Class NavigationViewDismissOverlay
Inheritance
System.Object
NavigationViewDismissOverlay
Assembly: Telerik.Maui.Controls.dll
Syntax
public class NavigationViewDismissOverlay : RadLayout, INavigationViewDismissOverlay
Constructors
Declaration
public NavigationViewDismissOverlay()
Fields
Declaration
public static readonly BindableProperty DismissCommandParameterProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Declaration
public static readonly BindableProperty DismissCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Gets or sets a command to execute when the overlay is dismissed.
Declaration
public ICommand DismissCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
Gets or sets a parameter for the command executed when the overlay is dismissed.
Declaration
public object DismissCommandParameter { get; set; }
Property Value
Methods
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
Extension Methods