Skip to content

UseGroupRowSelectionState Property

Description

Specifies whether to add a "selection" checkbox in the group row next to the expand/collapse button that indicates the selection status of child records.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property UseGroupRowSelectionState() As Boolean

Remarks

The selection box is useful to see if child items are selected in collapsed groups.

  • If all child items are selected, then the selection box will be checked.
  • If only some of the child items are selected, then the selection box will have a grayed-out check mark.
  • If no child items are selected, then the selection box will not be checked.

See Also

GridPaintManager Object


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