ClassGanttViewItemPaintEventArgs
Class
Represents the event arguments of the ItemPaint event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewItemPaintEventArgs : EventArgs
Inheritance: objectEventArgsGanttViewItemPaintEventArgs
Inherited Members
Constructors
GanttViewItemPaintEventArgs(GanttGraphicalViewBaseItemElement, Graphics)
Initializes a new instance of the GanttViewItemPaintEventArgs class.
Declaration
cs-api-definition
public GanttViewItemPaintEventArgs(GanttGraphicalViewBaseItemElement element, Graphics graphics)
Parameters
element
GanttGraphicalViewBaseItemElement
The element.
graphics
The graphics.
Properties
Element
Gets the element which is painted.
Declaration
cs-api-definition
public GanttGraphicalViewBaseItemElement Element { get; }
Property Value
GanttGraphicalViewBaseItemElement
The element.