Skip to main content
A newer version of this page is available. .

MVCxTreeListExporter.Settings Property

Provides access to the print options.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxTreeListPrintSettings Settings { get; }

Property Value

Type Description
MVCxTreeListPrintSettings

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

See Also