WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDetailsViewCollapsingEventArgs - WPF API Reference | Syncfusion DetailsViewCollapsing event. ">

    Show / Hide Table of Contents

    Class GridDetailsViewCollapsingEventArgs

    Provides data for DetailsViewCollapsing event.

    Inheritance
    System.Object
    GridCancelEventArgs
    GridDetailsViewCollapsingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridDetailsViewCollapsingEventArgs : GridCancelEventArgs

    Constructors

    GridDetailsViewCollapsingEventArgs(Object)

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

    Properties

    Record

    Gets the record.

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

    The record.

    RowTemplate

    Gets or sets the DetailsView Row Template

    Declaration
    public DataTemplate RowTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.DataTemplate
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved