Class GridCurrentCellShowingDropDownEventArgs
Inheritance
System.Object
GridCurrentCellShowingDropDownEventArgs
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridCurrentCellShowingDropDownEventArgs : SyncfusionCancelRoutedEventArgs
Constructors
GridCurrentCellShowingDropDownEventArgs(Boolean, RoutedEvent, Object)
Declaration
public GridCurrentCellShowingDropDownEventArgs(bool isDropDownOpen, RoutedEvent routedEvent, object source)
Parameters
| Type |
Name |
Description |
| System.Boolean |
isDropDownOpen |
|
| System.Windows.RoutedEvent |
routedEvent |
|
| System.Object |
source |
|
Properties
IsDropDownOpen
Declaration
public bool IsDropDownOpen { get; }
Property Value