RibbonButtonBase Class
In This Article
Serves as the base class for the RibbonButton, RibbonDropdownButton, RibbonToggleButton, RibbonSplitButton.
Namespace: DevExpress.WinUI.Ribbon
Assembly: DevExpress.WinUI.Ribbon.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[ContentProperty(Name = "Content")]
public abstract class RibbonButtonBase :
RibbonItem<RibbonButtonStyleSettings>,
ISupportToolTip
#Inheritance
Show 12 items
Object
DependencyObject
UIElement
FrameworkElement
DevExpress.WinUI.Core.Internal.DXLogicalFrameworkElement
See Also