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
Constructors
Initializes a new instance of the NavigationViewDismissOverlay class.
C#
public NavigationViewDismissOverlay()
Fields
DismissCommandParameterProperty
BindableProperty
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)