Skip to main content

TreeListSettings.Settings Property

Provides access to the TreeList’s display options.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public MVCxTreeListSettings Settings { get; }

#Property Value

Type Description
MVCxTreeListSettings

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

See Also