Class SelectingAllEventArgs<T>
Provides information about a SelectingAll event being raised.
Inherited Members
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class SelectingAllEventArgs<T> : SelectAllEventArgs<T>
Type Parameters
| Name | Description |
|---|---|
| T | Specifies the type of SelectingAllEventArgs. |
Constructors
SelectingAllEventArgs()
Declaration
public SelectingAllEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the select all action.
Declaration
public bool Cancel { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
SuppressItemEvents
Gets or sets a value indicating whether to prevent the OnValueSelect, OnValueRemove, and ValueRemoved events from being triggered.
Declaration
public bool SuppressItemEvents { get; set; }
Property Value
| Type |
|---|
| System.Boolean |