TcxCaptionRowProperties.DefaultCaption Method
In This Article
Returns the default header text if the Caption property is not assigned.
#Declaration
Delphi
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