menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridDetailsViewExpandedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridDetailsViewExpandedEventArgs

    Provides data for DetailsViewExpanded event.

    Inheritance
    System.Object
    DataGridDetailsViewExpandedEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridDetailsViewExpandedEventArgs : EventArgs

    Constructors

    DataGridDetailsViewExpandedEventArgs()

    Initializes a new instance of DataGridDetailsViewExpandedEventArgs class.

    Declaration
    public DataGridDetailsViewExpandedEventArgs()

    Properties

    DetailsViewItemsSource

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

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

    Key: RelationalColumn.

    Record

    Gets the record of the corresponding DataGrid.

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

    The record of the corresponding DataGrid.

    RowTemplate

    Gets or sets the DetailsView Row Template

    Declaration
    public DataTemplate RowTemplate { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.DataTemplate
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved