menu

WPF

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

    Show / Hide Table of Contents

    Class QueryDetailsViewExpanderStateEventArgs

    Provides data to the QueryDetailsViewExpanderState event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    QueryDetailsViewExpanderStateEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    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)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.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