Represents a toggle button in the RadNavigationView control.
Definition
Namespace:Telerik.Maui.Controls.NavigationView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class NavigationViewToggleButton : NavigationViewButton, IRadButton, ITextButton, IView, IElement, ITransform, IButton, IPadding, IButtonStroke, IText, ITextStyle, IImageButton, IImage, IImageSourcePart
Inheritance: objectRadButtonNavigationViewButtonNavigationViewToggleButton
Implements:
Inherited Members
Constructors
Initializes a new instance of the NavigationViewToggleButton class.
C#
public NavigationViewToggleButton()
Fields
IsToggledProperty
BindableProperty
Identifies the IsToggled property.
C#
public static readonly BindableProperty IsToggledProperty
Properties
Methods
C#
protected override void ChangeVisualState()
Overrides:
Events
Raised when the IsToggled property has changed.
C#
public event EventHandler IsToggledChanged