New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a button in the RadNavigationView control.

Definition

Namespace:Telerik.Maui.Controls.NavigationView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class NavigationViewButton : RadButton, IRadButton, ITextButton, IView, IElement, ITransform, IButton, IPadding, IButtonStroke, IText, ITextStyle, IImageButton, IImage, IImageSourcePart

Inheritance: objectRadButtonNavigationViewButton

Derived Classes: NavigationViewToggleButton

Implements: IButtonIButtonStrokeIElementIImageIImageButtonIImageSourcePartIPaddingIRadButtonITextITextButtonITextStyleITransformIView...

Inherited Members RadButton.BackgroundImagePropertyRadButton.BorderThicknessPropertyRadButton.HorizontalContentAlignmentPropertyRadButton.VerticalContentAlignmentPropertyRadButton.ChangeVisualState()RadButton.BackgroundImageRadButton.BorderThicknessRadButton.HorizontalContentAlignmentRadButton.VerticalContentAlignment...

Constructors

C#
public NavigationViewButton()

Fields

StyleProperty

BindableProperty

Identifies the Style property.

C#
public static readonly BindableProperty StyleProperty

Properties

Style

Style

Gets or sets the Style of the control.

C#
public Style Style { get; set; }

Methods

C#
protected override void OnHandlerChanged()