TcxCaptionRowProperties.DefaultCaption Method
Returns the default header text if the Caption property is not assigned.
Declaration
function DefaultCaption: string; virtual;
Returns
Type |
---|
string |
Remarks
This method returns the current row name or class name. Descendants may override this method to provide the default header text when the Caption property is not assigned.
See Also