Skip to main content
Row

TableStyle.IsTableStyle Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool IsTableStyle { get; set; }

Property Value

Type Description
Boolean

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

See Also