Enum ExpandDirection
Represents an enum list for the direction to expand.
Namespace: Syncfusion.Windows.Primitives
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public enum ExpandDirection
Fields
| Name | Description |
|---|---|
| Down | Specifies that the System.Windows.Controls.Expander control opens in the down direction. |
| Left | Specifies that the System.Windows.Controls.Expander control opens in the left direction. |
| Right | Specifies that the System.Windows.Controls.Expander control opens in the right direction. |
| Up | Specifies that the System.Windows.Controls.Expander control opens in the up direction. |