TdxGanttControlSheetColumn.Caption Property
In This Article
Specifies the column’s caption.
#Declaration
Delphi
property Caption: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use this property to assign a name to the sheet column.
The Caption property’s default value is an empty string.
See Also