TreeViewNodeImagePosition Enum
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return TreeViewNodeImagePosition values:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxTreeView.NodeImagePosition |
ASP.NET MVC Extensions | TreeViewSettings.NodeImagePosition |
Remarks
The TreeViewNodeImagePosition enumeration’s values are used to set the ASPxTreeView.NodeImagePosition property.
See Also