ClassGanttViewTextViewCellFormattingEventArgs
Class
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
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
The item.
cellElement
The cell element.
column
The column.
Properties
CellElement
Gets the cell element.
Declaration
cs-api-definition
public GanttViewTextViewCellElement CellElement { get; }
Property Value
The cell element.
Column
Gets the column.
Declaration
cs-api-definition
public GanttViewTextViewColumn Column { get; }
Property Value
The column.