Skip to main content

ASPxTreeListExporter.Settings Property

Provides access to the print options.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public ASPxTreeListPrintSettings Settings { get; }

Property Value

Type Description
ASPxTreeListPrintSettings

An ASPxTreeListPrintSettings object that contains the ASPxTreeList’s print options.

See Also