Back to Devexpress

TreeListSettings Class

aspnet-devexpress-dot-web-dot-aspxtreelist-47c04bab.md

latest1.8 KB
Original Source

TreeListSettings Class

Provides view options for ASPxTreeList controls.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListSettings :
    TreeListSettingsBase
vb
Public Class TreeListSettings
    Inherits 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

IStateManager

Inheritance

Object StateManager PropertiesBase TreeListSettingsBase TreeListSettings MVCxTreeListSettings

See Also

TreeListSettings Members

Tree List

DevExpress.Web.ASPxTreeList Namespace