ASPxTreeView.NodeImagePosition Property
In This Article
Gets or sets the image position within the node.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(TreeViewNodeImagePosition.Left)]
public TreeViewNodeImagePosition NodeImagePosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tree |
Left | An Tree |
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