windowsforms-devexpress-dot-xtratreelist-c4e0ecb5.md
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.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public class TreeListPrintAppearanceCollection :
TreeListBaseAppearanceCollection
Public Class TreeListPrintAppearanceCollection
Inherits TreeListBaseAppearanceCollection
The following members return TreeListPrintAppearanceCollection objects:
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.
Object BaseAppearanceCollection DevExpress.XtraTreeList.TreeListBaseAppearanceCollection TreeListPrintAppearanceCollection GanttControlPrintAppearanceCollection
See Also