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

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

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