Infragistics UltraMaskedEdit. Extends ManagedObject. Extends SeSSimulatedObject.
Behavior Pattern: UltraNumericEditBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
MaxValue
|
Maximum value of the object or 'false' if value can't be read.
|
GetMaxValue
|
SetMaxValue
|
MinValue
|
Minimum value of the object or 'false' if value can't be read.
|
GetMinValue
|
SetMinValue
|
Text
|
Text of the object, 'false' if text can not be read.
|
GetText
|
SetText
|
Action Summary
Action
|
Description
|
DoSetText
|
Sets text value of this object.
|
Property Detail
MaxValue
Maximum value of the object or 'false' if value can't be read.
Type: number|boolean
Accessors: GetMaxValue, SetMaxValue
MinValue
Minimum value of the object or 'false' if value can't be read.
Type: number|boolean
Accessors: GetMinValue, SetMinValue
Text
Text of the object, 'false' if text can not be read.
Type: string
Accessors: GetText, SetText
Action Detail
DoSetText(val)
Sets text value of this object.
Parameters:
Name
|
Type
|
Description
|
val
|
string
|
Text value.
|
Returns:
boolean: 'true' if success, 'false' otherwise.
|