menu

WinForms

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

    Show / Hide Table of Contents

    Class PreviewRowExpandingEventArgs

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

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

    Constructors

    PreviewRowExpandingEventArgs(Object)

    Initializes a new instance of the PreviewRowExpandingEventArgs class.

    Declaration
    public PreviewRowExpandingEventArgs(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