Back to Devexpress

TreeListPrintAppearanceCollection.HeaderPanel Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistprintappearancecollection-a1a2c380.md

latest1.9 KB
Original Source

TreeListPrintAppearanceCollection.HeaderPanel Property

Gets the appearance settings used to paint the column headers when the Tree List is printed.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public AppearanceObject HeaderPanel { get; }
vb
Public ReadOnly Property HeaderPanel As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the column headers when the Tree List is printed.

|

Remarks

For more information on appearances, see the Appearances and Appearances documents.

See Also

TreeListPrintAppearanceCollection Class

TreeListPrintAppearanceCollection Members

DevExpress.XtraTreeList Namespace