Skip to main content

BaseButton() Constructor

Creates an instance of the BaseButton class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BaseButton()

Remarks

The BaseButton class is the base for the SimpleButton class. Thus, you shouldn’t call this constructor directly. The constructor is called by derived classes to perform basic initialization.

See Also