TreeViewNode.ImageStyle Property
In This Article
Gets the style settings, used to paint an image of the current node.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public AppearanceStyle ImageStyle { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
The ImageStyle property provides access to the style settings used to define the appearance of the current node’s image, specified via the TreeViewNode.Image property.
A specific style can be applied to all node images of the ASPxTreeView control, using the TreeViewStyles.NodeImage property.
See Also