Skip to main content

BaseButton Class

Serves as a base for button controls.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v25.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class BaseButton :
    BaseStyleControl,
    IButtonControl,
    ISupportCommandBinding,
    ISupportToolTipsForm

Remarks

The BaseButton class implements the basic functionality of a regular button.

The BaseButton class implements an IButtonControl interface. Members of this interface allow you to use the button as a dialog button (BaseButton.DialogResult) or as the default button (BaseButton.NotifyDefault).

Do not create instances of the BaseButton class in applications. Instead, use the derived SimpleButton control. The descendant introduces additional functionality, allowing you to display images within buttons.

See Also