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 : Enum
Fields
DropDown
Only drop-down action can be performed.
Declaration
public const DropDownMode DropDown
Field Value
Type |
---|
DropDownMode |
Split
Both button and drop-down action can be performed.
Declaration
public const DropDownMode Split
Field Value
Type |
---|
DropDownMode |