BaseButton() Constructor
Creates an instance of the BaseButton class.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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