TreeViewSettings.NodeImagePosition Property
In This Article
Gets or sets the image position within the node.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public TreeViewNodeImagePosition NodeImagePosition { get; set; }
#Property Value
Type | Description |
---|---|
Tree |
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 TreeViewImages.NodeImage property, available via the TreeViewSettings.Images property.
See Also