Class MaskedInputCommandBase
Provides base implementation for custom commands.
Inheritance
System.Object
MaskedInputCommandBase
Inherited Members
Namespace: Telerik.XamarinForms.Input.MaskedInput
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class MaskedInputCommandBase : ControlCommandBase<MaskedInputElement>, ICommand
Constructors
MaskedInputCommandBase()
Declaration
public MaskedInputCommandBase()
Properties
Id
Gets or sets id oc the custom command. This defines when the command will be triggered as well as its context.
Declaration
public MaskedInputCommandId Id { get; set; }
Property Value
|
MaskedInputCommandId
|
Methods
CanExecute(Object)
Provides default implementation for the method.
Declaration
public override bool CanExecute(object parameter)
Parameters
|
System.Object
parameter
|
Returns
|
System.Boolean
|
Overrides
Telerik.XamarinForms.Common.ControlCommandBase<Telerik.XamarinForms.Input.MaskedInputElement>.CanExecute(System.Object)