Skip to main content
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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool IsPivotStyle { get; set; }

Property Value

Type Description
Boolean

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

See Also