Gets or sets the specific list in the data source to which
the connector currently binds to.
Namespace:
C1.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[DefaultValueAttribute("")] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public string DataMember { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute("")> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property DataMember As String Get Set |