Class GridCellGridListControlDropDown
Inheritance
System.Object
GridCellGridListControlDropDown
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellGridListControlDropDown : GridCellDropDownControlBase
Constructors
GridCellGridListControlDropDown()
Declaration
public GridCellGridListControlDropDown()
Properties
GridListControlPart
Gets the GridListControl that is associated with the drop-down list cell.
Declaration
public GridListControlImpl GridListControlPart { get; }
Property Value
Methods
OnContentLoaded(ContentControl)
Declaration
protected override void OnContentLoaded(ContentControl popupContent)
Parameters
Type |
Name |
Description |
System.Windows.Controls.ContentControl |
popupContent |
|
Overrides
OnDropDownOpened()
Declaration
protected override void OnDropDownOpened()
Overrides
Declaration
protected override void OnPreviewMouseMove(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseEventArgs |
e |
|