TreeListColumn.AppearanceHeader Property
Gets the appearance settings used to paint the column header.
Namespace: DevExpress.XtraTreeList.Columns
Assembly: DevExpress.XtraTreeList.v23.1.dll
NuGet Package: DevExpress.Win.TreeList
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.