RibbonControlBase Class
Serves as the base class for the RibbonControl.
Namespace: DevExpress.UI.Xaml.Ribbon
Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
[Bindable]
[TemplatePart(Name = "PART_RibbonContent", Type = typeof(ContentPresenter))]
[TemplatePart(Name = "PART_Content", Type = typeof(UIElement))]
[TemplatePart(Name = "PART_FlyoutPlaceholder", Type = typeof(UIElement))]
public abstract class RibbonControlBase :
ContentControlEx,
ISupportSelection,
IFlyoutPlaceholder
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
Windows.UI.Xaml.Controls.ContentControl
DevExpress.UI.Xaml.Internal.ContentControlEx
See Also