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

Represents a dismiss overlay in the RadNavigationView control.

Definition

Namespace:Telerik.Maui.Controls.NavigationView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class NavigationViewDismissOverlay : RadLayout

Inheritance: objectRadLayoutNavigationViewDismissOverlay

Inherited Members RadLayout.CreateLayoutManager()

Constructors

Initializes a new instance of the NavigationViewDismissOverlay class.

C#
public NavigationViewDismissOverlay()

Fields

Identifies the DismissCommandParameter property.

C#
public static readonly BindableProperty DismissCommandParameterProperty

DismissCommandProperty

BindableProperty

Identifies the DismissCommand property.

C#
public static readonly BindableProperty DismissCommandProperty

Properties

Gets or sets a command to execute when the overlay is dismissed.

C#
public ICommand DismissCommand { get; set; }

Gets or sets a parameter for the command executed when the overlay is dismissed.

C#
public object DismissCommandParameter { get; set; }

Methods

C#
protected override void OnPropertyChanged(string propertyName = null)
Parameters:propertyNamestring