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

PivotGridSettings.OptionsCustomization Property

Provides access to the pivot grid’s customization options.

Namespace: DevExpress.Web.Mvc

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

Declaration

public PivotGridWebOptionsCustomization OptionsCustomization { get; }

Property Value

Type Description
PivotGridWebOptionsCustomization

A PivotGridWebOptionsCustomization object, which contains customization options for a PivotGrid.

See Also