WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DetailsViewLoadingAndUnloadingEventArgs - WPF API Reference | Syncfusion DetailsViewLoading and DetailsViewUnloading events. ">

    Show / Hide Table of Contents

    Class DetailsViewLoadingAndUnloadingEventArgs

    Provides data for DetailsViewLoading and DetailsViewUnloading events.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    DetailsViewLoadingAndUnloadingEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class DetailsViewLoadingAndUnloadingEventArgs : GridEventArgs

    Constructors

    DetailsViewLoadingAndUnloadingEventArgs(Object, DetailsViewDataGrid)

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

    Properties

    DetailsViewDataGrid

    DetailsViewDataGrid present in the DetailsViewDataRow while expanding the parent record

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