CalProperty
Class
ICalendar Property object.
Definition
Namespace:Telerik.WinControls.UI.Scheduler.ICalendar
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class CalProperty : IEquatable<CalProperty>
Inheritance: objectCalProperty
Implements:
Constructors
Initializes a new instance of the CalProperty class.
Properties
Gets or sets the parameters.
C#
public Dictionary<string, string> Parameters { get; }
The parameters.
Methods
Indicates whether the current object is equal to another object of the same type.
C#
public bool Equals(CalProperty other)
An object to compare with this object.
Returns:True if the current object is equal to the other parameter; otherwise, false.
Implements: