Skip to main content

ASPxPivotCustomizationControl.ASPxPivotGridID Property

Gets or sets the ID of the owner ASPxPivotGrid control.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

#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