Skip to main content

MVCxTreeListExporter.Settings Property

Provides access to the print options.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxTreeListPrintSettings Settings { get; }

Property Value

Type Description
MVCxTreeListPrintSettings

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

See Also