ASPxPivotGrid.DataSourceID Property
Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue("")]
[PivotAPIMemberCategory(APICategory.RelationalSource)]
public override string DataSourceID { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The ID of a control that represents the data source from which the data-bound control retrieves its data. |
Remarks
Note
This property cannot be set by themes or style sheet themes.
See Also