menu

WPF

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

    Show / Hide Table of Contents

    Class GridDataDetailsViewExpandingEventArgs

    Provides DataContext, Template when the details view is expanded.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GridDataDetailsViewExpandingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridDataDetailsViewExpandingEventArgs : SyncfusionCancelEventArgs

    Constructors

    GridDataDetailsViewExpandingEventArgs(GridDataRecord)

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

    Properties

    DetailsViewDataContext

    Gets or sets the ChildItemsSource.

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

    ChildItemsSource.

    DetailsViewTemplate

    Gets or sets the details view template.

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

    The details view template.

    Handled

    Gets or sets Handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean

    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