Class PopupClosingEventArgs
Provides data for popup closing events in the MultiColumnComboBox component.
Inherited Members
Namespace: Syncfusion.Blazor.MultiColumnComboBox
Assembly: Syncfusion.Blazor.dll
Syntax
public class PopupClosingEventArgs
Constructors
PopupClosingEventArgs()
Declaration
public PopupClosingEventArgs()
Properties
Cancel
Gets or sets whether the dropdown popup open action should be canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|