Skip to content

HasCheckbox Property

Description

Specifies whether the GridRecordItem contains a CheckBox.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property HasCheckbox() As Boolean

Remarks

The caption of the GridRecordItem will not be displayed when a CheckBox is present. The Checked property is used to check/uncheck the CheckBox; it is also used to determine if the CheckBox is checked.

See Also


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