menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectingAllEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectingAllEventArgs<T>

    Provides information about a SelectingAll event being raised.

    Inheritance
    System.Object
    SelectAllEventArgs<T>
    SelectingAllEventArgs<T>
    Inherited Members
    SelectAllEventArgs<T>.Event
    SelectAllEventArgs<T>.IsChecked
    SelectAllEventArgs<T>.IsInteracted
    SelectAllEventArgs<T>.ItemData
    SelectAllEventArgs<T>.Items
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved