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

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.v19.1.dll

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