Skip to content

DeleteAll Method

Description

Removes all the constraint items from the collection of constraints.

Syntax

Public Sub DeleteAll()

Example

This sample illustrates how to remove all the constraints added to a GridColumn and/or GridRecordItem.

' Removes all constraints from the collection  
Column.EditOptions.Constraints.DeleteAll

See Also


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