TreeListSettings Class
In This Article
Provides view options for ASPxTreeList controls.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TreeListSettings :
TreeListSettingsBase
#Related API Members
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
#Inheritance
See Also