Description
The wButtons
property provides access to the collection of buttons displayed in the edit control. The returned DevExpressEditButtonCollection
object allows you to access individual buttons in the collection by their index or display text, obtain their properties and perform common operations over buttons, such as clicks.
Declaration
TestObj.wButtons
Read-Only Property | A DevExpressEditButtonCollection object |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following objects:
Developer Express BlobEdit, Developer Express ButtonEdit, Developer Express CalcEdit, ColorEdit and PopupContainerEdit and 5 more objects, Developer Express ComboBox, Developer Express DateEdit, Developer Express HyperlinkEdit, Developer Express SpinEdit, Developer Express TimeEdit « Collapse the list
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
A DevExpressEditButtonCollection
object that holds the collection of buttons displayed in the edit control.