TreeViewStyles Properties
Contains settings that allow the appearance of various ASPxTreeView elements to be defined.| Name | Description |
|---|---|
| CssFilePath | Gets or sets the path to a CSS file that defines the web control’s appearance. Inherited from StylesBase. |
| CssPostfix | Gets or sets a CSS class name postfix that identifies style settings to be applied to the control. Inherited from StylesBase. |
| Disabled | Gets the style settings, defining the appearance of nodes in the disabled state. |
| Elbow | Gets the style settings defining the appearance of tree line areas, corresponding to nodes. |
| EnableDefaultAppearance | Obsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase. |
| Link | Gets the style settings that define the appearance of node links. |
| LoadingPanel | Gets the style settings of the loading panel. |
| Node | Gets the style settings, defining the appearance of nodes. |
| NodeCheckBox | Gets the style settings for all check boxes within the control. |
| NodeCheckBoxFocused | Gets the style settings for a focused check box within the control. |
| NodeImage | Provides access to the style settings used to paint the node images displayed within the ASPxTreeView. |
| NodeText | Gets the style settings defining the appearance of text content for all nodes within the ASPxTreeView. |
| Theme | Gets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase. |
See Also