Class TimeSpanEditPaint
Inheritance
System.Object
TimeSpanEditPaint
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class TimeSpanEditPaint : Object
Constructors
TimeSpanEditPaint()
Default constructor.
Declaration
public TimeSpanEditPaint()
Methods
DrawTimeSpanEdit(DrawingContext, Rect, String, GridStyleInfo)
Draws the TimeSpanEdit Control in the cell rectangle.
Declaration
public void DrawTimeSpanEdit(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 TimeSpanEdit Control. |
GridStyleInfo | style | Cell style information. |