ASPxPivotGrid.Styles Property
In This Article
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.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridStyles Styles { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
The PivotGridStyles object provides a number of properties that allow style settings of various pivot grid elements to be customized.
See Also