Represents the event arguments for the CellFormatting event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewTextViewCellFormattingEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewTextViewCellFormattingEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewTextViewCellFormattingEventArgs class.
C#
public GanttViewTextViewCellFormattingEventArgs(GanttViewDataItem item, GanttViewTextViewCellElement cellElement, GanttViewTextViewColumn column)
The item.
cellElementGanttViewTextViewCellElementThe cell element.
columnGanttViewTextViewColumnThe column.
Properties
Gets the cell element.
C#
public GanttViewTextViewCellElement CellElement { get; }
The cell element.
Gets the column.
C#
public GanttViewTextViewColumn Column { get; }
The column.