Interface ICategory
Defines basic methods and properties of a category.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface ICategory : IEquatable<ICategory>
Properties
CategoryName
Gets or sets the name of the category.
Declaration
string CategoryName { get; set; }
Property Value
System.String
The name of the category. |
DisplayName
Gets or sets the name of the category.
Declaration
string DisplayName { get; set; }
Property Value
System.String
The name of the category. |