Back to Devexpress

PivotGridStyles Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-fabe5e8a.md

latest1.7 KB
Original Source

PivotGridStyles Class

Provides the style settings used to paint the elements within the pivot grid.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridStyles :
    StylesBase
vb
Public Class PivotGridStyles
    Inherits StylesBase

The following members return PivotGridStyles objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxPivotGrid.Styles
ASP.NET MVC ExtensionsPivotGridSettings.Styles

Remarks

These settings can be accessed using the ASPxPivotGrid.Styles property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase StylesBase PivotGridStyles

See Also

PivotGridStyles Members

DevExpress.Web.ASPxPivotGrid Namespace