Class
GanttViewPrintElementPaintEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GanttViewPrintElementPaintEventArgs : EventArgs

Inheritance: objectEventArgsGanttViewPrintElementPaintEventArgs

Inherited Members EventArgs.Empty

Constructors

GanttViewPrintElementPaintEventArgs(Graphics, RectangleF, GanttViewPrintElementContext, GanttViewPrintElement, object)

Declaration

cs-api-definition
public GanttViewPrintElementPaintEventArgs(Graphics g, RectangleF rect, GanttViewPrintElementContext printContext, GanttViewPrintElement printElement, object dataContext)

Parameters

g

Graphics

rect

RectangleF

printContext

GanttViewPrintElementContext

printElement

GanttViewPrintElement

dataContext

object

GanttViewPrintElementPaintEventArgs(Graphics, RectangleF, GanttViewPrintElementContext, GanttViewPrintElement, object, string)

Declaration

cs-api-definition
public GanttViewPrintElementPaintEventArgs(Graphics g, RectangleF rect, GanttViewPrintElementContext printContext, GanttViewPrintElement printElement, object dataContext, string columnName)

Parameters

g

Graphics

rect

RectangleF

printContext

GanttViewPrintElementContext

printElement

GanttViewPrintElement

dataContext

object

columnName

string

Properties

ColumnName

Declaration

cs-api-definition
public string ColumnName { get; }

Property Value

string

DataContext

Declaration

cs-api-definition
public object DataContext { get; }

Property Value

object

Graphics

Declaration

cs-api-definition
public Graphics Graphics { get; }

Property Value

Graphics

PrintContext

Declaration

cs-api-definition
public GanttViewPrintElementContext PrintContext { get; }

Property Value

GanttViewPrintElementContext

PrintElement

Declaration

cs-api-definition
public GanttViewPrintElement PrintElement { get; }

Property Value

GanttViewPrintElement

Rectangle

Declaration

cs-api-definition
public RectangleF Rectangle { get; }

Property Value

RectangleF