UWP

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

    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.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class GridDetailsViewExpandingEventArgs : GridCancelEventArgs

    Constructors

    GridDetailsViewExpandingEventArgs(Object)

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

    Properties

    DetailsViewItemsSource

    Gets or sets the DetailsViewItemsSource.

    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.

    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