TdxGanttControlCalendar.Name Property
In This Article
Specifies the calendar’s name.
#Declaration
Delphi
property Name: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use this property to assign a name to the calendar. A calendar collection‘s GetCalendarByName function uses the Name property value in the search.
See Also