TcxSchedulerResourceHeaders.MultilineCaptions Property
Specifies whether the text in the resource header’s caption can be wrapped to the caption’s rectangle.
Declaration
property MultilineCaptions: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
The text which appears in the header’s caption is the resource’s name (see the TcxSchedulerStorageResourceItem.Name property).
Set the MultilineCaptions property to True to wrap the text. Otherwise the text will reside in a single line. If the text doesn’t fit the rectangle’s width, it will be clipped.
The default value of the MultilineCaptions property is False.
See Also