ASPxTreeView.NodeImagePosition Property
Gets or sets the image position within the node.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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