ClassNavigationViewDismissOverlay
Class
Represents a dismiss overlay in the RadNavigationView control.
Definition
Namespace:Telerik.Maui.Controls.NavigationView
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class NavigationViewDismissOverlay : RadLayout
Inheritance: objectRadLayoutNavigationViewDismissOverlay
Inherited Members
Constructors
NavigationViewDismissOverlay()
Initializes a new instance of the NavigationViewDismissOverlay class.
Declaration
cs-api-definition
public NavigationViewDismissOverlay()
Fields
DismissCommandParameterProperty
Identifies the DismissCommandParameter property.
Declaration
cs-api-definition
public static readonly BindableProperty DismissCommandParameterProperty
Field Value
BindableProperty
DismissCommandProperty
Identifies the DismissCommand property.
Declaration
cs-api-definition
public static readonly BindableProperty DismissCommandProperty
Field Value
BindableProperty
Properties
DismissCommand
Gets or sets a command to execute when the overlay is dismissed.
DismissCommandParameter
Gets or sets a parameter for the command executed when the overlay is dismissed.
Declaration
cs-api-definition
public object DismissCommandParameter { get; set; }
Property Value
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName