Interface ICategory
Defines basic methods and properties of a category.
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.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. |