Click or drag to resize

IDevExpressWPFButtonEditSimpleButton Interface

A test interface for a simple button inside the Developer Express ButtonEdit control (WPF)

Namespace:  SmartBear.TestLeft.TestObjects.WPF.DevExpress
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IDevExpressWPFButtonEditSimpleButton : IDevExpressWPFButtonEditButton, 
	IObject

The IDevExpressWPFButtonEditSimpleButton type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Returns the button's caption.
(Inherited from IDevExpressWPFButtonEditButton.)
Public propertyEnabled
Returns whether the editor button is enabled.
(Inherited from IDevExpressWPFButtonEditButton.)
Public propertyVisible
Returns whether the editor button is visible.
(Inherited from IDevExpressWPFButtonEditButton.)
Top
Methods
See Also