Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / ExpressionEditorForm Class / DataMember Property

In This Topic
    DataMember Property (ExpressionEditorForm)
    In This Topic
    Gets or sets the specific list in a DataSource object.
    Syntax
    'Declaration
     
    
    Public Property DataMember As String
    public string DataMember {get; set;}
    See Also