Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / LabelStorage Class / DataMember Property

In This Topic
    DataMember Property (LabelStorage)
    In This Topic
    Gets or sets the specific list in the data source to which the connector currently binds to.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("C1BindingSource.DataMember", "The specific list in the data source to which the connector currently binds to.")>
    Public Property DataMember As String
    [DefaultValue("")]
    [C1Description("C1BindingSource.DataMember", "The specific list in the data source to which the connector currently binds to.")]
    public string DataMember {get; set;}
    See Also