DataGridDataMember Property

Gets or sets the name of the list or table in the data source for which the DataGrid is displaying data.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public string DataMember { get; set; }

Property Value

String

See Also