Style.IsBuiltIn Property
Indicates whether the current style is the built-in style.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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