Skip to main content
A newer version of this page is available. .
Tab

TreeViewNodeImagePosition Enum

Lists values that specify the image position within a node.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum TreeViewNodeImagePosition

Members

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.

Related API Members

The following properties accept/return TreeViewNodeImagePosition values:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxTreeView.NodeImagePosition
TreeViewSettings.NodeImagePosition
ASP.NET Bootstrap Controls BootstrapTreeView.NodeImagePosition

Remarks

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

See Also