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

ASPxPivotGrid.OptionsCustomization Property

Provides access to the pivot grid’s customization options.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

public PivotGridWebOptionsCustomization OptionsCustomization { get; }

Property Value

Type Description
PivotGridWebOptionsCustomization

A PivotGridWebOptionsCustomization object, which contains customization options for an ASPxPivotGrid control.

See Also