A newer version of this page is available.
Switch to the current version.
ASPxDataWebControl.DataMember Property
Gets or sets the name of the list of data that the data-bound control binds to, in instances where the data source contains more than one distinct list of data items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue("")]
public virtual string DataMember { get; set; }
<DefaultValue("")>
Public Overridable Property DataMember As String
Property Value
Type | Default | Description |
---|---|---|
String | The name of the specific list of data that the data-bound control binds to, if more than one list is supplied by the data source control. |
Remarks
The value of the DataMember property is stored in view state.
This property cannot be set by themes or style sheet themes.
See Also
Feedback