New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the GanttViewHeaderCellElementCreatingEventArgs class.

C#
public GanttViewHeaderCellElementCreatingEventArgs(GanttViewTextViewHeaderCellElement cellElement)
Parameters:cellElementGanttViewTextViewHeaderCellElement

The cell element.

Properties

Gets or sets the cell element.

C#
public GanttViewTextViewHeaderCellElement CellElement { get; set; }
Property Value:

The cell element.