alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class CheckBoxChangeEventArgs<T>

    Defines the event arguments for checkbox change event of Tree Grid.

    Inheritance
    object
    CheckBoxChangeEventArgs<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CheckBoxChangeEventArgs<T>
    Type Parameters
    Name Description
    T

    A type which provides schema for the event arguments.

    Constructors

    CheckBoxChangeEventArgs()

    Declaration
    public CheckBoxChangeEventArgs()

    Properties

    Checked

    Defines the checked state.

    Declaration
    public bool Checked { get; set; }
    Property Value
    Type Description
    bool

    true, if the checkbox is checked. Otherwise, false.

    SelectedRowIndex

    Defines the selected row index.

    Declaration
    public int SelectedRowIndex { get; }
    Property Value
    Type Description
    int

    Accepts an integer value.

    SelectedRowIndexes

    Defines the selected row indexes.

    Declaration
    public List<int> SelectedRowIndexes { get; }
    Property Value
    Type
    List<int>
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved