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

ASPxTreeList.SettingsExport Property

Provides access to the ASPxTreeList’s export settings.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListSettingsExport SettingsExport { get; }

Property Value

Type Description
TreeListSettingsExport

A TreeListSettingsExport object that contains the ASPxTreeList’s export settings.

See Also