See Also

ConstructorClass Class  | ConstructorClass Members  | Overload List

Language

Visual Basic

C#

JScript

Show All

PropertyName
A Valid PropertyName for this Class to set the PropertyError on.
RowErrorString
The Property Error applicable to the row in general, as a String.
ColumnErrorString
The Property Error specific to the columnar data, as a String.
PreviousValue
(optional) The previous value.
ProposedValue
(optional) The proposed new value.
See AlsoLanguages ObjectFactory_FW1 Send Feedback on this Topic

_SetPropertyError(String,String,String,Object,Object) Method

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 );

Parameters

PropertyName
A Valid PropertyName for this Class to set the PropertyError on.
RowErrorString
The Property Error applicable to the row in general, as a String.
ColumnErrorString
The Property Error specific to the columnar data, as a String.
PreviousValue
(optional) The previous value.
ProposedValue
(optional) The proposed new value.

Remarks

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.

See Also

ConstructorClass Class  | ConstructorClass Members  | Overload List

 

 


©2006 i3 Design Limited. All rights reserved.