menu

WinForms

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

    Show / Hide Table of Contents

    Class DetailsViewLoadingAndUnloadingEventArgs

    Represents a class that provides data for DetailsViewLoading and DetailsViewUnloading events.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    DetailsViewLoadingAndUnloadingEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class DetailsViewLoadingAndUnloadingEventArgs : GridEventArgs

    Constructors

    DetailsViewLoadingAndUnloadingEventArgs(Object, DetailsViewDataGrid)

    Initializes a new instance of the DetailsViewLoadingAndUnloadingEventArgs class.

    Declaration
    public DetailsViewLoadingAndUnloadingEventArgs(object dataGrid, DetailsViewDataGrid grid)
    Parameters
    Type Name Description
    System.Object dataGrid

    The source grid.

    DetailsViewDataGrid grid

    The details view grid.

    Properties

    DetailsViewDataGrid

    Gets the DetailsViewDataGrid present in the DetailsViewDataRow while expanding/collapsing the parent record.

    Declaration
    public DetailsViewDataGrid DetailsViewDataGrid { get; }
    Property Value
    Type
    DetailsViewDataGrid
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved