TreeViewSettings.NodeImagePosition Property
Gets or sets the image position within the node.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
TreeViewNodeImagePosition | 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 TreeViewImages.NodeImage property, available via the TreeViewSettings.Images property.
See Also