Back to Devexpress

TreeListPrintAppearanceCollection Class

windowsforms-devexpress-dot-xtratreelist-c4e0ecb5.md

latest2.0 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public class TreeListPrintAppearanceCollection :
    TreeListBaseAppearanceCollection
vb
Public Class TreeListPrintAppearanceCollection
    Inherits 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 GanttControlPrintAppearanceCollection

See Also

TreeListPrintAppearanceCollection Members

DevExpress.XtraTreeList Namespace