Skip to main content

TreeListPrintAppearanceCollection Class

Provides the appearance settings used to paint the elements in a Tree List when it’s printed and exported.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public class TreeListPrintAppearanceCollection :
    TreeListBaseAppearanceCollection

The following members return TreeListPrintAppearanceCollection objects:

Remarks

The TreeListPrintAppearanceCollection class provides properties that allow you to access and customize the appearance settings used to paint a Tree List’s elements (nodes, column headers, footer cells, etc.) when it’s printed and exported. To access these settings, use the TreeList.AppearancePrint property.

Inheritance

Object
BaseAppearanceCollection
DevExpress.XtraTreeList.TreeListBaseAppearanceCollection
TreeListPrintAppearanceCollection
See Also