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

ASPxTreeView.NodeImagePosition Property

Gets or sets the image position within the node.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(TreeViewNodeImagePosition.Left)]
public TreeViewNodeImagePosition NodeImagePosition { get; set; }

Property Value

Type Default Description
TreeViewNodeImagePosition **Left**

An TreeViewNodeImagePosition enumeration value which specifies the image’s position within the node.

Available values:

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.

Remarks

To specify the node’s image, use the ASPxTreeView.Images property.

See Also