aspnet-devexpress-dot-web-88c199ac.md
Defines style settings for nodes.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class TreeViewNodeStyle :
AppearanceItemStyle
Public Class TreeViewNodeStyle
Inherits AppearanceItemStyle
The following members return TreeViewNodeStyle objects:
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.
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle TreeViewNodeStyle
See Also