Class GanttViewTextViewCellFormattingEventArgs
Represents the event arguments for the CellFormatting event of RadGanttView.
Inheritance
System.Object
System.EventArgs
GanttViewTextViewCellFormattingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewTextViewCellFormattingEventArgs : RadGanttViewEventArgs
Constructors
GanttViewTextViewCellFormattingEventArgs(GanttViewDataItem, GanttViewTextViewCellElement, GanttViewTextViewColumn)
Initializes a new instance of the GanttViewTextViewCellFormattingEventArgs class.
Declaration
public GanttViewTextViewCellFormattingEventArgs(GanttViewDataItem item, GanttViewTextViewCellElement cellElement, GanttViewTextViewColumn column)
Parameters
GanttViewDataItem
item
The item. |
GanttViewTextViewCellElement
cellElement
The cell element. |
GanttViewTextViewColumn
column
The column. |
Properties
CellElement
Gets the cell element.
Declaration
public GanttViewTextViewCellElement CellElement { get; }
Property Value
GanttViewTextViewCellElement
The cell element. |
Column
Gets the column.
Declaration
public GanttViewTextViewColumn Column { get; }
Property Value
GanttViewTextViewColumn
The column. |