CustomDrawHeaderEventArgsBase.Appearance Property
In This Article
Provides access to the properties that control the appearance of a worksheet header.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
public AppearanceObject Appearance { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#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