Class CalProperty
Inheritance
System.Object
CalProperty
Namespace: Telerik.UI.Xaml.Controls.Scheduler.ICalendar
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CalProperty : Object, IEquatable<CalProperty>
Constructors
CalProperty(String, String)
Declaration
public CalProperty(string name, string value)
Parameters
System.
|
System.
|
Properties
Item[String]
Declaration
public string this[string key] { get; }
Parameters
System.
|
Property Value
System.
|
Name
Declaration
public string Name { get; }
Property Value
System.
|
Parameters
Declaration
public Dictionary<string, string> Parameters { get; }
Property Value
System.
|
Value
Declaration
public string Value { get; }
Property Value
System.
|
Methods
Equals(CalProperty)
Declaration
public bool Equals(CalProperty other)
Parameters
Cal
|
Returns
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|