menu

WinForms

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

    Show / Hide Table of Contents

    Class DetailsViewExpandingEventArgs

    Represents a class that provides the data for DetailsViewExpanding event.

    Inheritance
    System.Object
    GridCancelEventArgs
    DetailsViewExpandingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class DetailsViewExpandingEventArgs : GridCancelEventArgs

    Constructors

    DetailsViewExpandingEventArgs(Object)

    Initializes a new instance of the DetailsViewExpandingEventArgs class.

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

    The object of SfDataGrid.

    Properties

    DetailsViewDataSource

    Gets or sets the DetailsViewDataSource.

    Declaration
    public Dictionary<string, IEnumerable> DetailsViewDataSource { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Collections.IEnumerable>

    Key: RelationalColumn.

    Record

    Gets the underlying record.

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

    The record.

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