Sets a PropertyError on Property of this Class.
[Visual Basic]
Overloads Public Sub _SetPropertyError( _
ByVal PropertyName As String , _
ByVal RowErrorString As String , _
ByVal ColumnErrorString As String , _
Optional ByVal PreviousValue As Object, _
Optional ByVal ProposedValue As Object _
) [C#]
public void _SetPropertyError(
string PropertyName,
string RowErrorString,
string ColumnErrorString,
Object PreviousValue,
Object ProposedValue
);[JScript]
public function _SetPropertyError(
PropertyName : String ,
RowErrorString : String ,
ColumnErrorString : String ,
PreviousValue : Object,
ProposedValue : Object
);If RowErrorString is not passed, no warning icon will show in a boumd datagrid.
Set RowErrorString suitably based on whether the previous data has been retained.
ConstructorClass Class | ConstructorClass Members | Overload List
©2006 i3 Design Limited. All rights reserved.