menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewExpanderPosition - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Type
    TreeViewExpanderPosition

    Start

    Specifies the expander position in view for tree view item on the left side.

    Declaration
    public const TreeViewExpanderPosition Start
    Field Value
    Type
    TreeViewExpanderPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved