Class GanttViewDataCellElementCreatingEventArgs
Represents the event arguments for the DataCellElementCreating event of RadGanttView.
Inheritance
System.Object
System.EventArgs
GanttViewDataCellElementCreatingEventArgs
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 GanttViewDataCellElementCreatingEventArgs : EventArgs
Constructors
GanttViewDataCellElementCreatingEventArgs(GanttViewTextViewCellElement)
Initializes a new instance of the GanttViewDataCellElementCreatingEventArgs class.
Declaration
public GanttViewDataCellElementCreatingEventArgs(GanttViewTextViewCellElement cellElement)
Parameters
GanttViewTextViewCellElement
cellElement
The cell element. |
Properties
CellElement
Gets or sets the cell element.
Declaration
public GanttViewTextViewCellElement CellElement { get; set; }
Property Value
GanttViewTextViewCellElement
The cell element. |