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

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridStyles Styles { get; }

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