menu

WPF

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

    Show / Hide Table of Contents

    Class GridCellShowingDropDownEventArgs

    Inheritance
    System.Object
    GridCellShowingDropDownEventArgs
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCellShowingDropDownEventArgs : CancelEventArgs

    Constructors

    GridCellShowingDropDownEventArgs(Boolean)

    Declaration
    public GridCellShowingDropDownEventArgs(bool isDropDownOpen)
    Parameters
    Type Name Description
    System.Boolean isDropDownOpen

    Properties

    IsDropDownOpen

    Declaration
    public bool IsDropDownOpen { get; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved