aspnet-devexpress-dot-web-0fdcb449.md
Lists values that specify the image position within a node.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum TreeViewNodeImagePosition
Public Enum TreeViewNodeImagePosition
| Name | Description |
|---|---|
Left |
An image is displayed at the node’s left, to the left of the text.
|
| Right |
An image is displayed at the node’s right, to the right of the text.
|
The following properties accept/return TreeViewNodeImagePosition values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxTreeView.NodeImagePosition |
| ASP.NET MVC Extensions | TreeViewSettings.NodeImagePosition |
The TreeViewNodeImagePosition enumeration’s values are used to set the ASPxTreeView.NodeImagePosition property.
See Also