Skip to main content
A newer version of this page is available. .

CustomDrawHeaderEventArgsBase.Appearance Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.1.dll

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