UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDetailsViewExpandedEventArgs - UWP API Reference | Syncfusion DetailsViewExpanded event. ">

    Show / Hide Table of Contents

    Class GridDetailsViewExpandedEventArgs

    Provides data for DetailsViewExpanded event.

    Inheritance
    System.Object
    GridEventArgs
    GridDetailsViewExpandedEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class GridDetailsViewExpandedEventArgs : GridEventArgs

    Constructors

    GridDetailsViewExpandedEventArgs(Object)

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

    Properties

    DetailsViewItemsSource

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

    Record

    Gets the record.

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

    The record.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved