TdxGanttControlSheetColumn Class
A column in the Chart View Sheet and Resource Sheet View.
Declaration
TdxGanttControlSheetColumn = class(
TcxInterfacedPersistent,
IcxStoredObject
)
Remarks
The chart’s sheet and resource sheet consist of columns that store task information.
This class has members that allow you to do the following:
Specify whether a user can hide, drag, and resize the column (AllowHide, AllowMove, and AllowSize).
Specify if a user add can an extra column to the sheet (AllowInsert).
Specify if the column’s can wrap its content (AllowWordWrap and WordWrap).
Specify if a user change the column’s caption (AllowRename).
Manage the column visibility (Visible).
Change the column’s position (Index).
Specify the column’s width (Width).
Assign a caption to the column (Caption).
Access the collection to which the column belongs (Owner).
Reset column settings (Reset).
A column collection‘s Items property references a TdxGanttControlSheetColumn object.