ASPxPivotGrid.Styles Property
Provides access to the style settings that control the appearance of the pivot grid’s elements.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PivotGridStyles | A PivotGridStyles object that provides style settings for the grid’s elements. |
Remarks
The PivotGridStyles object provides a number of properties that allow style settings of various pivot grid elements to be customized.
See Also