Constraint Property
Description
The collection of constraints added to the GridColumn and/or GridRecordItem.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property Constraint( _
ByVal [Index](#) As Long _
) As [GridRecordItemConstraint](XtremeGridControl~GridRecordItemConstraint.md)
Parameters
- Index: The index of the constraint within the collection of constraints.
Remarks
If a combo button is added, all the constraints in this collection will be displayed in the drop-down list. The add method is used to add constraints to this collection.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.