menu

Blazor

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

    Show / Hide Table of Contents

    Class DetailsExpandingEventArgs<T>

    Provides information about an DetailsExpanding event.

    Inheritance
    System.Object
    GridEventBaseArgs
    DetailsExpandedEventArgs<T>
    DetailsExpandingEventArgs<T>
    Inherited Members
    DetailsExpandedEventArgs<T>.Data
    DetailsExpandedEventArgs<T>.RowIndex
    GridEventBaseArgs.PreventRender
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DetailsExpandingEventArgs<T> : DetailsExpandedEventArgs<T>
    Type Parameters
    Name Description
    T

    TValue of grid component.

    Constructors

    DetailsExpandingEventArgs()

    Declaration
    public DetailsExpandingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the expanding action.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false, If the Cancel property is set to true, then the expanding action. will be cancelled.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved