CustomDrawHeaderEventArgsBase.Appearance Property
Provides access to the properties that control the appearance of a worksheet header.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | A AppearanceObject object which provides the appearance settings used to paint the header. |
Remarks
Use this property to apply custom appearance settings to individual row and column headers. For more information on appearances, see the Appearances document.
See Also