Skip to main content

CustomDrawHeaderEventArgsBase.Appearance Property

Provides access to the properties that control the appearance of a worksheet header.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public AppearanceObject Appearance { get; }

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