Skip to main content

TreeListAppearanceCollection(IAppearanceOwner) Constructor

Initializes a new instance of the TreeListAppearanceCollection class with the specified owner.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public TreeListAppearanceCollection(
    IAppearanceOwner treeList
)

Parameters

Name Type Description
treeList DevExpress.Utils.IAppearanceOwner

An object which implements the IAppearanceOwner interface (the TreeList or descendant) that will own the created collection.

See Also