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

TreeListSettings.Settings Property

Provides access to the TreeList’s display options.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxTreeListSettings Settings { get; }

Property Value

Type Description
MVCxTreeListSettings

A MVCxTreeListSettings object that contains the TreeList’s display options.

See Also