Class ComboBoxSelectionChangeTrigger
Defines constants that specify when to update selected item in ComboBox control.
Inheritance
System.Object
ComboBoxSelectionChangeTrigger
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class ComboBoxSelectionChangeTrigger : Enum
Fields
Always
Selected item gets update to each time the user navigates to a new selection in the ComboBox.
Declaration
public const ComboBoxSelectionChangeTrigger Always
Field Value
Type |
---|
ComboBoxSelectionChangeTrigger |
Committed
Selected item gets update when the user commits a selection in the ComboBox.
Declaration
public const ComboBoxSelectionChangeTrigger Committed
Field Value
Type |
---|
ComboBoxSelectionChangeTrigger |