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

ASPxTreeList.SettingsResizing Property

Provides access to the TreeList’s resizing settings.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListSettingsResizing SettingsResizing { get; }

Property Value

Type Description
TreeListSettingsResizing

A TreeListSettingsResizing object that contains the resizing settings.

See Also