Class DropDownPaint
Inheritance
System.Object
DropDownPaint
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class DropDownPaint : Object
Constructors
DropDownPaint()
Default constructor.
Declaration
public DropDownPaint()
Methods
DrawDropDown(DrawingContext, Rect, String, GridStyleInfo)
Draws the GridCellDropDownControlBase in the cell rectangle.
Declaration
public void DrawDropDown(DrawingContext dc, Rect rc, string text, GridStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | dc | The drawing context. |
System.Windows.Rect | rc | Cell rectangle. |
System.String | text | Text to be drawn over the button. |
GridStyleInfo | style | Cell style information. |
GetDropDownVisualStyle(GridCellDropDownControlBase, GridStyleInfo)
Declaration
public GridCellDropDownControlBase GetDropDownVisualStyle(GridCellDropDownControlBase dropdown, GridStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
GridCellDropDownControlBase | dropdown | |
GridStyleInfo | style |
Returns
Type |
---|
GridCellDropDownControlBase |