menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExpandDirection - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExpandDirection

    Represents an enum list for the direction to expand.

    Inheritance
    System.Object
    ExpandDirection
    Namespace: Syncfusion.UI.Xaml.Primitives
    Assembly: Syncfusion.SfShared.UWP.dll
    Syntax
    public sealed class ExpandDirection : Enum

    Fields

    Down

    Specifies that the System.Windows.Controls.Expander control opens in the down direction.

    Declaration
    public const ExpandDirection Down
    Field Value
    Type
    ExpandDirection

    Left

    Specifies that the System.Windows.Controls.Expander control opens in the left direction.

    Declaration
    public const ExpandDirection Left
    Field Value
    Type
    ExpandDirection

    Right

    Specifies that the System.Windows.Controls.Expander control opens in the right direction.

    Declaration
    public const ExpandDirection Right
    Field Value
    Type
    ExpandDirection

    Up

    Specifies that the System.Windows.Controls.Expander control opens in the up direction.

    Declaration
    public const ExpandDirection Up
    Field Value
    Type
    ExpandDirection

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved