PivotGridSettings.PivotCustomizationExtensionSettings Property
In This Article
Gets settings of the bound PivotCustomizationExtension.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public PivotCustomizationExtensionSettings PivotCustomizationExtensionSettings { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
Use the PivotCustomizationExtensionSettings property to access settings of a PivotCustomizationExtension bound to the PivotGrid.
See Also