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

RibbonRadioButtonBase Class

Serves as the base class for RibbonRadioButtonBase.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v21.1.dll

Declaration

[TemplateVisualState(GroupName = "RibbonStates", Name = "Glyph")]
[TemplateVisualState(GroupName = "RibbonStates", Name = "GlyphWithText")]
[TemplateVisualState(GroupName = "RibbonStates", Name = "Flyout")]
[TemplatePart(Name = "PART_Icon", Type = typeof(IconViewBase))]
[TemplatePart(Name = "PART_Icon", Type = typeof(NativeIconContentPresenter))]
public class RibbonRadioButtonBase :
    RadioButton,
    IFlyoutItem,
    IRibbonItemBase,
    IVisualItem,
    IIconProvider,
    ISupportToolTip
See Also