menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PreviewRowCollapsingEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PreviewRowCollapsingEventArgs

    Represents a class that provides the data for the PreviewRowCollapsing event.

    Inheritance
    System.Object
    GridCancelEventArgs
    PreviewRowCollapsingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class PreviewRowCollapsingEventArgs : GridCancelEventArgs

    Constructors

    PreviewRowCollapsingEventArgs(Object)

    Initializes a new instance of the PreviewRowCollapsingEventArgs class.

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

    The object of SfDataGrid.

    Properties

    Record

    Gets the underlying record.

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

    The record.

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