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

TreeViewStyles Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class TreeViewStyles :
    StylesBase

The following members return TreeViewStyles objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxTreeView.Styles
MVCxTreeView.Styles
TreeViewSettings.Styles
ASP.NET Bootstrap Controls BootstrapTreeView.Styles

Remarks

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

Implements

See Also