Skip to main content

PivotGridSettings.Styles Property

Provides access to the style settings that control the appearance of the pivot grid elements.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public PivotGridStyles Styles { get; }

Property Value

Type Description
PivotGridStyles

A PivotGridStyles object that provides style settings for the pivot grid elements.

Remarks

The PivotGridStyles object provides a number of properties that allow style settings of various pivot grid elements to be customized.

See Also