Class TreeViewExpanderPosition
Defines the expander position of the SfTreeView. The expander can be placed at either the beginning or the end of the item.
Inheritance
System.Object
TreeViewExpanderPosition
Namespace: Syncfusion.Maui.TreeView
Assembly: Syncfusion.Maui.TreeView.dll
Syntax
public sealed class TreeViewExpanderPosition : Enum
Fields
End
Specifies the expander position in view for tree view item on the right side.
Declaration
public const TreeViewExpanderPosition End
Field Value
Start
Specifies the expander position in view for tree view item on the left side.
Declaration
public const TreeViewExpanderPosition Start