Back to Devexpress

ASPxPivotGrid.Styles Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-5506fbf0.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public PivotGridStyles Styles { get; }
vb
Public ReadOnly Property Styles As PivotGridStyles

Property Value

TypeDescription
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

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace