menu

MAUI

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

    Show / Hide Table of Contents

    Class DataGridDetailsViewCollapsingEventArgs

    Provides data for DetailsViewCollapsing event.

    Inheritance
    System.Object
    DataGridDetailsViewCollapsingEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridDetailsViewCollapsingEventArgs : CancelEventArgs

    Constructors

    DataGridDetailsViewCollapsingEventArgs()

    Declaration
    public DataGridDetailsViewCollapsingEventArgs()

    Properties

    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.

    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