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

TreeListBand.AppearanceHeader Property

Provides access to appearance settings used to paint the band header.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

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

Property Value

Type Description
AppearanceObject

An object that specifies appearance settings used to paint the band header.

Remarks

The TreeListAppearanceCollection.BandPanel property allows you to customize appearance settings of all band headers in a centralized way. The AppearanceHeader property specifies options for the individual band headers and overrides the BandPanel‘s settings.

The AppearanceHeader property is not in effect if the UserLookAndFeel.Style property is set to Office2003 or Skin, and/or the UserLookAndFeel.UseWindowsXPTheme property is set to true.

Band headers can also be custom painted using the TreeList.CustomDrawBandHeader event.

See Also