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