Skip to content

DXCheckedComboBoxEdit

DevXpress CheckedComboBoxEdit.

UI element class: DevExpress.XtraEditors.CheckedComboBoxEdit

Extends ManagedObject

Extends SeSSimulatedObject

Behavior Pattern: DXCheckedComboBoxEditBehavior

Property Summary

Property Description Getter Setter
Text Text of the object, 'false' if text can not be read. GetText

Action Summary

Action Description
DoSetText Sets text value of this object.

Property Detail

Text

Text of the object, 'false' if text can not be read.

Type: string

Accessors: GetText

value = SeS('SomeDXCheckedComboBoxEdit').GetText()

Action Detail

DoSetText

Sets text value of this object.

SeS('SomeDXCheckedComboBoxEdit').DoSetText(val)

Parameters:

Name Type Description
val string Text value.

Returns:

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