menu

WinUI

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

    Show / Hide Table of Contents

    Class GridDetailsViewExpandingEventArgs

    Provides data for DetailsViewExpanding event.

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

    Constructors

    GridDetailsViewExpandingEventArgs(Object)

    Initializes a new instance of GridDetailsViewExpandingEventArgs class.

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

    The SfDataGrid.

    Properties

    DetailsViewItemsSource

    Gets the collection of element that is being populated as an ItemsSource of DetailsView.

    Declaration
    public Dictionary<string, IEnumerable> DetailsViewItemsSource { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Collections.IEnumerable>

    Key: RelationalColumn.

    Record

    Gets the record of the corresponding parent grid.

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

    The record of the corresponding parent grid.

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