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 |