Class DropDownPlacement
Contains values for the DropDownPlacement that determine the position of the drop-down.
Inheritance
System.Object
DropDownPlacement
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class DropDownPlacement : Enum
Fields
Auto
Position the dropdown based on the Y position of the input field.
Declaration
public const DropDownPlacement Auto
Field Value
Type |
---|
DropDownPlacement |
Bottom
Position the dropdown at the bottom of the input field.
Declaration
public const DropDownPlacement Bottom
Field Value
Type |
---|
DropDownPlacement |
None
The dropdown has not been shown.
Declaration
public const DropDownPlacement None
Field Value
Type |
---|
DropDownPlacement |
Top
Position the dropdown at the top of the input field.
Declaration
public const DropDownPlacement Top
Field Value
Type |
---|
DropDownPlacement |