Back to Devexpress

SpreadsheetBehaviorOptions.UseSkinColors Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetbehavioroptions-a8e8adf9.md

latest1.6 KB
Original Source

SpreadsheetBehaviorOptions.UseSkinColors Property

Specifies whether skin or system colors should be used for cell font and background.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[DefaultValue(true)]
public bool UseSkinColors { get; set; }
vb
<DefaultValue(True)>
Public Property UseSkinColors As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , if skin colors are used; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseSkinColors
SpreadsheetControlOptions

.Behavior .UseSkinColors

|

See Also

SpreadsheetBehaviorOptions Class

SpreadsheetBehaviorOptions Members

DevExpress.XtraSpreadsheet Namespace