WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDetailsViewCollapsingEventArgs

    Show / Hide Table of Contents

    Class GridDetailsViewCollapsingEventArgs

    Provides data for DetailsViewCollapsing event.

    Inheritance
    System.Object
    GridCancelEventArgs
    GridDetailsViewCollapsingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class GridDetailsViewCollapsingEventArgs : GridCancelEventArgs

    Constructors

    GridDetailsViewCollapsingEventArgs(Object)

    Initializes a new instance of GridDetailsViewCollapsedEventArgs class.

    Declaration
    public GridDetailsViewCollapsingEventArgs(object dataGrid)
    Parameters
    Type Name Description
    System.Object dataGrid

    The corresponding data grid.

    Properties

    Record

    Gets the record of the corresponding parent grid.

    Declaration
    public object Record { get; }
    Property Value
    Type Description
    System.Object

    The record of the corresponding parent grid.

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