menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataDetailsViewExpandedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataDetailsViewExpandedEventArgs

    Provides DataContext, Template when the details view is expanded.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridDataDetailsViewExpandedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridDataDetailsViewExpandedEventArgs : SyncfusionEventArgs

    Constructors

    GridDataDetailsViewExpandedEventArgs(GridDataRecord)

    Declaration
    public GridDataDetailsViewExpandedEventArgs(GridDataRecord record)
    Parameters
    Type Name Description
    GridDataRecord record

    Properties

    DetailsViewDataContext

    Gets or sets the ChildItemsSource.

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

    ChildItemsSource.

    DetailsViewTemplate

    Gets or sets the details view template.

    Declaration
    public DataTemplate DetailsViewTemplate { get; }
    Property Value
    Type Description
    System.Windows.DataTemplate

    The details view template.

    Record

    Gets the record.

    Declaration
    public GridDataRecord Record { get; }
    Property Value
    Type Description
    GridDataRecord

    The record.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved