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

In This Topic
    DataMember Property (ExpressionEditorCollection)
    In This Topic
    Gets or sets DataMember for data source of ExpressionEditor in the collection.
    Syntax
    'Declaration
     
    
    Public Property DataMember As String
    public string DataMember {get; set;}
    See Also