Skip to content

DXImageEdit

DevXpress ImageEdit.

UI element class: DevExpress.XtraEditors.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

value = SeS('SomeDXImageEdit').GetImage()

Action Detail

DoSetText

Sets text value of this object.

SeS('SomeDXImageEdit').DoSetText(val)

Parameters:

Name Type Description
val string Text value.

Returns:

boolean: 'true' if success, 'false' otherwise.