Class ComboBoxSelectionChangeTrigger

    Show / Hide Table of Contents

    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 Description
    ComboBoxSelectionChangeTrigger

    Committed

    Selected item gets update when the user commits a selection in the ComboBox.

    Declaration
    public const ComboBoxSelectionChangeTrigger Committed
    Field Value
    Type Description
    ComboBoxSelectionChangeTrigger

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved