Skip to main content
A newer version of this page is available. .

ASPxPivotCustomizationControl.ASPxPivotGridID Property

Gets or sets the ID of the owner ASPxPivotGrid control.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

[DefaultValue("")]
public string ASPxPivotGridID { get; set; }

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