Skip to main content

TreeListExportSystemStyles(IPropertiesOwner) Constructor

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

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeListExportSystemStyles(
    IPropertiesOwner owner
)

Parameters

Name Type Description
owner IPropertiesOwner

An object that implements the IPropertiesOwner interface.

See Also