TreeViewNodeStyle Class
Defines style settings for nodes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return TreeViewNodeStyle objects:
Remarks
The TreeViewNodeStyle class contains settings that define the appearance of nodes within the ASPxTreeView control.
An object of the TreeViewNodeStyle type can be accessed via the TreeViewNode.NodeStyle and TreeViewStyles.Node properties.
Inheritance
See Also