Class CalendarCommand
Represents a command abstraction that is associated with a particular
Inheritance
System.Object
CalendarCommand
Inherited Members
Namespace: Telerik.XamarinForms.Input.Calendar.Commands
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public abstract class CalendarCommand : ControlCommandBase<RadCalendar>, ICommand
Constructors
CalendarCommand()
Declaration
protected CalendarCommand()
Properties
Id
Gets or sets the Telerik.XamarinForms.Input.Calendar.Commands.CalendarCommand.CommandId value for this instance.
This value is used to associate a command with a known event within a
Declaration
public CommandId Id { get; set; }
Property Value
CommandId
|