TreeViewNode.NodeStyle Property
Gets the node’s style settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TreeViewNodeStyle | A TreeViewNodeStyle object that contains the style settings of a node. |
Remarks
The NodeStyle property provides access to the style settings, which define the appearance style of a particular node. A common appearance style can be applied to all nodes within an ASPxTreeView control, by using the TreeViewStyles.Node property.
See Also