Skip to content

ShowGroupBox Property

Description

Specifies whether the Group By box is shown at the top of the GridControl.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property ShowGroupBox() As Boolean

Remarks

The Group By box allows the rows/records to be grouped simply by dragging the column headers into the box in the desired order. Columns added to the GroupsOrder collection will be displayed in the Group By box.

Example

Displaying the Group By Box (Visual Basic)

This sample illustrates how to display the Group By box at the top of the GridControl. The Group By box allows GridColumn headers to be added to group the rows in the GridControl.

' This will cause the Group By box to be displayed at the top of the GridControl
wndGridControl.ShowGroupBox = True

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.