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

TreeListSettings Class

Provides view options for ASPxTreeList controls.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListSettings :
    TreeListSettingsBase

The following members return TreeListSettings objects:

Remarks

The TreeListSettings class contains options that specify the visibility of various elements (column headers, footer, preview, etc.) displayed within the ASPxTreeList. These settings can be accessed using the ASPxTreeList.Settings property.

Implements

See Also