DXFontEdit¶
DevXpress FontEdit.
UI element class: DevExpress.XtraEditors.FontEdit
Extends ManagedObject
Extends SeSSimulatedObject
Behavior Pattern: DXFontEditBehavior
Property Summary¶
| Property | Description | Getter | Setter |
|---|---|---|---|
| SelectedText | Text of the selected item in a single string. | GetSelectedText | SetSelectedText |
| Text | Text of the selected item in a single string. | GetText | SetText |
Action Summary¶
| Action | Description |
|---|---|
| DoSelectItem | Selects an item of this object. |
Property Detail¶
SelectedText¶
Text of the selected item in a single string.
Type: string
Accessors: GetSelectedText, SetSelectedText
value = SeS('SomeDXFontEdit').GetSelectedText()
SeS('SomeDXFontEdit').SetSelectedText(value)
Text¶
Text of the selected item in a single string.
Type: string
Accessors: GetText, SetText
value = SeS('SomeDXFontEdit').GetText()
SeS('SomeDXFontEdit').SetText(value)
Action Detail¶
DoSelectItem¶
Selects an item of this object.
SeS('SomeDXFontEdit').DoSelectItem(item)
Parameters:
| Name | Type | Description |
|---|---|---|
| item | string | number | Item index or text value to select. |
Returns:
boolean: 'true' if success, 'false' otherwise.