Class SideDrawerUserCommand
Inheritance
System.Object
SideDrawerUserCommand
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class SideDrawerUserCommand : SideDrawerCommandBase, ICommand
Constructors
SideDrawerUserCommand()
Declaration
public SideDrawerUserCommand()
Fields
CommandProperty
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Command
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
Methods
CanExecute(Object)
Declaration
public override bool CanExecute(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|
Overrides
Execute(Object)
Declaration
public override void Execute(object parameter)
Parameters
System.Object
parameter
|
Overrides
Telerik.Maui.Controls.ControlCommandBase<Telerik.Maui.Controls.RadSideDrawer>.Execute(System.Object)