DevXpress ImageEdit. Extends ManagedObject. Extends SeSSimulatedObject.
Behavior Pattern: DXImageEditBehavior
Property Summary
Property
|
Description
|
Getter
|
Setter
|
Image
|
'true' if there is image loaded into the editor, 'false' otherwise.
|
GetImage
|
|
Action Summary
Action
|
Description
|
DoSetText
|
Sets text value of this object.
|
Property Detail
Image
'true' if there is image loaded into the editor, 'false' otherwise.
Type: boolean
Accessors: GetImage
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.
|