NoGroupByText Property
Description
The "No Items" text message displayed in the "Group By" box when no groups are added.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property NoGroupByText() As String
Remarks
If the Group By box is visible, and no GridColumn headers have been added, then the text stored in NoGroupByText will be displayed in the Group By box. By default, the message "Drag a Column Header Here to Group by that Column" will be displayed.
Example
This sample illustrates how to change the default message displayed in the Group By box when no items are inside.
' Changed the default text displayed in the Group By box when no columns have been added
wndGridControl.PaintManager.NoGroupByText = "Drag a Column Header Here"
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.