Enum ExpanderPosition
Defines the expander position of the SfTreeView. The expander can be positioned either start or end of the item.
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.SfTreeView.WPF.dll
Syntax
public enum ExpanderPosition
Fields
| Name | Description |
|---|---|
| End | Specifies the expander position in view for tree view item is right side. |
| Start | Specifies the expander position in view for tree view item is left side. |