Skip to main content
Row

Style.IsBuiltIn Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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