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

Style.IsBuiltIn Property

Indicates whether the current style is the built-in style.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool IsBuiltIn { get; }

Property Value

Type Description
Boolean

True, for the built-in style; otherwise, false.

Remarks

Tip

You can use the Style.Reset method to cancel custom style modifications and reset the built-in style to its original settings (the Normal style is reset to default formatting).

See Also