Skip to content

Selected Property

Description

Specifies whether the GridGroupRow is currently selected (shaded).

Property Type

Read-write property

Syntax (Visual Basic)

Public Property Selected() As Boolean

Remarks

A GridGroupRow is selected when the user clicks on the row. Selected rows will appear shaded.

You can select multiple rows at a time by holding down the Shift or Ctrl keys while you click on the rows. Multiple row selection can be enabled or disabled.

Selected rows can be retrieved through the GridControl's collection of SelectedRows.

See Also


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