Class CalProperty
ICalendar Property object.
Inheritance
Namespace: Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class CalProperty : Object, IEquatable<CalProperty>
Constructors
CalProperty(String, String)
Initializes a new instance of the Cal
Declaration
public CalProperty(string name, string value)
Parameters
System. The name. |
System. The value. |
Properties
Item[String]
Gets the System.
Declaration
public string this[string key] { get; }
Parameters
System.
|
Property Value
System.
|
Name
Gets or sets the property name.
Declaration
public string Name { get; }
Property Value
System. The name. |
Parameters
Gets or sets the parameters.
Declaration
public Dictionary<string, string> Parameters { get; }
Property Value
System. The parameters. |
Value
Gets or sets the value.
Declaration
public string Value { get; }
Property Value
System. The value. |
Methods
Equals(CalProperty)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(CalProperty other)
Parameters
Cal An object to compare with this object. |
Returns
System. True if the current object is equal to the |
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |