BarBaseButtonItem Class
Serves as a base class for classes that implement functionality for button items.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return BarBaseButtonItem objects:
Remarks
A button item can serve as a regular button or a check button. A regular button is depressed when it’s clicked and then immediately raised when the mouse cursor is released. A check button is depressed on a click and raised only when it’s clicked again.
Regular buttons are implemented by BarButtonItem and BarLargeButtonItem objects which have their BarBaseButtonItem.ButtonStyle properties set to BarButtonStyle.Default.
Check buttons are implemented by BarCheckItem objects.