PivotGridControl.DataMember Property
Gets or sets the data source member which supplies data to the control.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value representing the data source member. |
#Remarks
This property is used when the PivotGridControl.DataSource property refers to a data source which contains several data tables or lists. The DataMember property should specify the name of the target table/list in this case.
Assigning a new value to the PivotGridControl.DataSource or DataMember property raises the PivotGridControl.DataSourceChanged event, and causes a Pivot Grid Control update. The Pivot Grid Control is not updated automatically when the current data source is modified. To force the Pivot Grid Control update, use the PivotGridControl.RefreshData method.
Note
The Pivot