Class DropDownMode
Defines the constants that specify the drop-down content behavior of the SfDropDownBase.
Inheritance
System.Object
    DropDownMode
  Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class DropDownMode : EnumFields
DropDown
Only drop-down action can be performed.
Declaration
public const DropDownMode DropDownField Value
| Type | 
|---|
| DropDownMode | 
Split
Both button and drop-down action can be performed.
Declaration
public const DropDownMode SplitField Value
| Type | 
|---|
| DropDownMode |