Gets or sets whether to show the No Records text when the GridControl's data area displays no records.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.dll

Syntax
C# |
public bool ShowEmptyText { get; set; }
|
VB |
Public Property ShowEmptyText As Boolean
|
Property value
Type: Boolean
true, to show the No Records text; otherwise, false.

Remarks
Set the ShowEmptyText property to true to show the No Records text in the following cases:
Customize Text

See Also