Skip to main content
Tab

TreeViewNodeImagePosition Enum

Lists values that specify the image position within a node.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum TreeViewNodeImagePosition

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