DataMember Property (C1DropDownEditorBase)
In This Topic
Gets or sets the member of the data source object to which the control is bound.
Syntax
'Declaration
Public Overrides Property DataMember As String
public override string DataMember {get; set;}
See Also