Represents the event arguments for the HeaderCellElementCreating event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewHeaderCellElementCreatingEventArgs : EventArgs
Inheritance: objectEventArgsGanttViewHeaderCellElementCreatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewHeaderCellElementCreatingEventArgs class.
C#
public GanttViewHeaderCellElementCreatingEventArgs(GanttViewTextViewHeaderCellElement cellElement)
The cell element.
Properties
Gets or sets the cell element.
C#
public GanttViewTextViewHeaderCellElement CellElement { get; set; }
The cell element.