Skip to main content

TdxGanttControlSheetColumns Members

A column collection in the Chart View Sheet and Resource Sheet View.

Constructors

Name Description
Create(TdxGanttControlSheetOptions) Creates a column collection.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
Count Returns the number of columns in the collection.
Items Provides indexed access to all columns in the collection.
Owner Returns sheet options to which the collection belongs.

Methods

Name Description
Add(TdxGanttControlSheetColumnClass) Appends a new column to the column collection.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones all change notifications until an EndUpdate call.
Delete(Integer) Deletes a column at a specified position from the collection.
EndUpdate Sends postponed notifications about changes in the collection.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
Insert(Integer,TdxGanttControlSheetColumnClass) Adds a column to the specified position in the collection.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
Remove(TdxGanttControlSheetColumn) Deletes the specified column.
Reset Resets column collection options.
ToString Inherited from TObject.

Events

Name
OnInitStoredObject
See Also