menu

WinUI

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

    Show / Hide Table of Contents

    Class QueryDetailsViewExpanderStateEventArgs

    Provides data to the QueryDetailsViewExpanderState event.

    Inheritance
    System.Object
    GridEventArgs
    QueryDetailsViewExpanderStateEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class QueryDetailsViewExpanderStateEventArgs : GridEventArgs

    Constructors

    QueryDetailsViewExpanderStateEventArgs(Object)

    Initializes an instance of the QueryDetailsViewExpanderStateEventArgs class.

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

    The datagrid.

    Properties

    ExpanderVisibility

    Gets or sets a value that indicates whether GridDetailsViewExpanderCell has expander visibility or not.

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

    IsExpanded

    Gets a value that indicates whether the GridDetailsViewExpanderCell is expanded or collapsed.

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

    Record

    Gets the record in which the state of GridDetailsViewExpanderCell is being changed.

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

    The record in which the state of GridDetailsViewExpanderCell is being changed.

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