Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

TableStyle.IsPivotStyle Property

Gets or sets a value indicating whether the current style is used to format a pivot table.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

bool IsPivotStyle { get; set; }

Property Value

Type Description
Boolean

true, if the style is applied to a pivot table; otherwise, false.

See Also