ASPxPivotCustomizationControl.ASPxPivotGridID Property
Gets or sets the ID of the owner ASPxPivotGrid control.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String that represents the ID of the owner ASPxPivotGrid control. |
Remarks
To bind the ASPxPivotCustomizationControl to an ASPxPivotGrid control, assign the value of the pivot grid’s ID property to the ASPxPivotGridID property.
See Also