NoItemsText Property
Description
The "No Items" text message displayed in the GridControl when there are no visible rows.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property NoItemsText() As String
Example
This sample illustrates how to change the default message displayed in the GridControl when no rows are visible.
' Changed the default text displayed in the GridControl when there are no visible rows
wndGridControl.PaintManager.NoItemsText = "There are no items to display!"
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.