Skip to main content

MVCxTreeListExporter.Settings Property

Provides access to the print options.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxTreeListPrintSettings Settings { get; }

Property Value

Type Description
MVCxTreeListPrintSettings

An MVCxTreeListPrintSettings object that contains the TreeList’s print options.

See Also