Class CheckBoxCommand
Inheritance
System.Object
CheckBoxCommand
Inherited Members
Namespace: Telerik.XamarinForms.Primitives.CheckBox.Commands
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public abstract class CheckBoxCommand : ControlCommandBase<RadCheckBox>, ICommand
Constructors
CheckBoxCommand()
Declaration
protected CheckBoxCommand()
Properties
Id
Methods
CanExecute(Object)
Declaration
public override bool CanExecute(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|
Overrides
Telerik.XamarinForms.Common.ControlCommandBase<Telerik.XamarinForms.Primitives.RadCheckBox>.CanExecute(System.Object)