WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataRecordExpandingEventArgs

    Show / Hide Table of Contents

    Class GridDataRecordExpandingEventArgs

    Provides ItemsSource, Record when the record is expanded.

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

    Constructors

    GridDataRecordExpandingEventArgs()

    Declaration
    public GridDataRecordExpandingEventArgs()

    Properties

    ChildItemsSource

    Gets or sets the ChildItemsSource.

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

    ChildItemsSource.

    Handled

    Gets or sets Handled

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

    Record

    Gets the record.

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

    The record.

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