Class GridDataControlDropDown
Inheritance
System.Object
GridDataControlDropDown
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataControlDropDown : GridCellDropDownControlBase
Constructors
GridDataControlDropDown()
Declaration
public GridDataControlDropDown()
Properties
DropDownGrid
Declaration
public GridDataControl DropDownGrid { get; }
Property Value
Methods
OnIsDropDownOpenChanged()
Declaration
protected override void OnIsDropDownOpenChanged()
Overrides
OnIsDropDownOpenChanging(Boolean)
Declaration
protected override bool OnIsDropDownOpenChanging(bool isShowing)
Parameters
Type |
Name |
Description |
System.Boolean |
isShowing |
|
Returns
Overrides