TcxCustomGridTableOptionsView.GetNoDataToDisplayInfoText Method
Returns a string specified by the OptionsView.NoDataToDisplayInfoText property.
Declaration
function GetNoDataToDisplayInfoText: string;
Returns
| Type |
|---|
| string |
Remarks
If the OptionsView.NoDataToDisplayInfoText property contains an empty string, the cxGridStrs.scxGridNoDataInfoText constant’s value will be retuned.
See Also