Skip to content

FocusSubItems Property

Description

Specifies whether the individual GridRecordItem will show focus when an item in a row is clicked.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property FocusSubItems() As Boolean

Remarks

If True, when a GridRecordItem is clicked, the entire row will become highlighted except the individual item that was clicked.

If False, the entire row will become highlighted when an item is clicked, including the item that was clicked.

Example

wndGridControl.FocusSubItems = True

See Also


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