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

TreeListColumn.AppearanceHeader Property

Gets the appearance settings used to paint the column header.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public AppearanceObject AppearanceHeader { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object that contains the column header’s appearance settings.

Remarks

The appearance settings of all the column headers within the Tree List are specified by the TreeListAppearanceCollection.HeaderPanel property. The AppearanceHeader property provides appearance settings for individual column headers.

Column headers can also be custom painted using the TreeList.CustomDrawColumnHeader event.

See Also