Skip to main content
A newer version of this page is available. .

RibbonControlBase Class

Serves as the base class for the RibbonControl.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v18.2.dll

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
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.ContentControl
DevExpress.UI.Xaml.Internal.ContentControlEx
See Also