ClassCalProperty
Class
ICalendar Property object.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public class CalProperty : IEquatable<CalProperty>
Inheritance: objectCalProperty
Implements:
Constructors
CalProperty(string, string)
Initializes a new instance of the CalProperty class.
Properties
Name
Gets or sets the property name.
Parameters
Gets or sets the parameters.
Declaration
cs-api-definition
public Dictionary<string, string> Parameters { get; }
Property Value
The parameters.
Value
Gets or sets the value.
this[string]
Gets the string with the specified key.
Methods
Equals(CalProperty)
Indicates whether the current object is equal to another object of the same type.
Declaration
cs-api-definition
public bool Equals(CalProperty other)
Parameters
other
An object to compare with this object.
Returns
True if the current object is equal to the other parameter; otherwise, false.
Implements