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