Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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