menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExpanderPosition - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExpanderPosition

    Defines the expander position of the SfTreeView. The expander can be positioned either start or end of the item.

    Inheritance
    System.Object
    ExpanderPosition
    Namespace: Syncfusion.XForms.TreeView
    Assembly: Syncfusion.SfTreeView.XForms.dll
    Syntax
    public sealed class ExpanderPosition : Enum

    Fields

    End

    Specifies the expander position in view for tree view item is right side.

    Declaration
    public const ExpanderPosition End
    Field Value
    Type
    ExpanderPosition

    Start

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

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