Skip to main content Link Search Menu Expand Document (external link)

RadioMenuFlyoutItem

Namespace: FluentAvalonia.UI.Controls

Represents a menu item that is mutually exclusive with other radio menu items in its group.

C#

public class RadioMenuFlyoutItem : MenuFlyoutItem


Xaml

<ui:RadioMenuFlyoutItem />


Required Template Parts

None :)


Pseudoclasses

:checked, :hotkey, :pressed, :disabled, :focus, :focus-visible, :focus-within, :pointerover



Examples and Usage Notes

None yet.


API

Note: Inherited members are not shown


Properties

GroupName Gets or sets the name that specifies which RadioMenuFlyoutItem controls are mutually exclusive.
GroupNameProperty Defines the `FluentAvalonia.UI.Controls.RadioMenuFlyoutItem.GroupName` property
IsChecked Gets or sets whether this RadioMenuFlyoutItem is checked
IsCheckedProperty Defines the `FluentAvalonia.UI.Controls.RadioMenuFlyoutItem.IsChecked` property


Events


Methods