Skip to main content
Tab

TreeViewStyles Class

Contains settings that allow the appearance of various ASPxTreeView elements to be defined.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class TreeViewStyles :
    StylesBase

The following members return TreeViewStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxTreeView.Styles
ASP.NET MVC Extensions MVCxTreeView.Styles
TreeViewSettings.Styles

#Remarks

An object of the TreeViewStyles type can be accessed via the ASPxTreeView.Styles property.

#Implements

See Also