Back to Devexpress

TreeViewNodeImagePosition Enum

aspnet-devexpress-dot-web-0fdcb449.md

latest1.6 KB
Original Source

TreeViewNodeImagePosition Enum

Lists values that specify the image position within a node.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum TreeViewNodeImagePosition
vb
Public Enum TreeViewNodeImagePosition

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxTreeView.NodeImagePosition
ASP.NET MVC ExtensionsTreeViewSettings.NodeImagePosition

Remarks

The TreeViewNodeImagePosition enumeration’s values are used to set the ASPxTreeView.NodeImagePosition property.

See Also

DevExpress.Web Namespace