Class
GanttViewTextViewCellFormattingEventArgs

Represents the event arguments for the CellFormatting event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GanttViewTextViewCellFormattingEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewTextViewCellFormattingEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

GanttViewTextViewCellFormattingEventArgs(GanttViewDataItem, GanttViewTextViewCellElement, GanttViewTextViewColumn)

Initializes a new instance of the GanttViewTextViewCellFormattingEventArgs class.

Declaration

cs-api-definition
public GanttViewTextViewCellFormattingEventArgs(GanttViewDataItem item, GanttViewTextViewCellElement cellElement, GanttViewTextViewColumn column)

Parameters

item

GanttViewDataItem

The item.

cellElement

GanttViewTextViewCellElement

The cell element.

column

GanttViewTextViewColumn

The column.

Properties

CellElement

Gets the cell element.

Declaration

cs-api-definition
public GanttViewTextViewCellElement CellElement { get; }

Property Value

GanttViewTextViewCellElement

The cell element.

Column

Gets the column.

Declaration

cs-api-definition
public GanttViewTextViewColumn Column { get; }

Property Value

GanttViewTextViewColumn

The column.