Skip to main content

TreeListPrintAppearanceCollection(IAppearanceOwner) Constructor

Initializes a new instance of the TreeListPrintAppearanceCollection class.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public TreeListPrintAppearanceCollection(
    IAppearanceOwner treeList
)

Parameters

Name Type Description
treeList DevExpress.Utils.IAppearanceOwner

A TreeList object or its descendant which represents the Tree List that will own the created collection.

See Also