Skip to main content

TreeListSettings.SettingsResizing Property

Provides access to the TreeList’s resizing settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public TreeListSettingsResizing SettingsResizing { get; }

Property Value

Type Description
TreeListSettingsResizing

A TreeListSettingsResizing object that contains the resizing settings.

See Also