Class SideDrawerUserCommand
Inheritance
System.Object
SideDrawerUserCommand
Inherited Members
Namespace: Telerik.XamarinForms.Primitives.SideDrawer
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public sealed class SideDrawerUserCommand : SideDrawerCommandBase, ICommand
Constructors
SideDrawerUserCommand()
Declaration
public SideDrawerUserCommand()
Fields
CommandProperty
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Xamarin.Forms.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.XamarinForms.Common.ControlCommandBase<Telerik.XamarinForms.Primitives.RadSideDrawer>.Execute(System.Object)