menu

WinUI

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

    Show / Hide Table of Contents

    Class DetailsViewLoadingAndUnloadingEventArgs

    Provides data for DetailsViewLoading and DetailsViewUnloading events.

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

    Constructors

    DetailsViewLoadingAndUnloadingEventArgs(Object, DetailsViewDataGrid)

    Initializes a new instance of DetailsViewLoadingAndUnloadingEventArgs class.

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

    The corresponding datagrid

    DetailsViewDataGrid grid

    The corresponding DetailsViewDataGrid.

    Properties

    DetailsViewDataGrid

    Gets the DetailsViewDataGrid present in the DetailsViewDataRow while expanding 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