Version

ClearXsdConstraints Method

Resets all of the properties on the bands and column which were set by the EnforceXsdConstraints(String,XsdConstraintFlags) method. If a constraint property was set again after the EnforceXsdConstraints method set it, that property will not be reset.
Syntax
'Declaration
 
Public Sub ClearXsdConstraints() 
public void ClearXsdConstraints()
Example
This snippet demonstrates how the UltraGrid can be told to clear the constraints imposed upon it by the EnforceXsdConstraints method.

Me.UltraGrid1.ClearXsdConstraints()
this.ultraGrid1.ClearXsdConstraints();
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also