ICategory
Interface
Defines basic methods and properties of a category.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public interface ICategory : IEquatable<ICategory>
Inherited Members
Properties
Gets or sets the name of the category.
C#
string CategoryName { get; set; }
The name of the category.
Gets or sets the name of the category.
C#
string DisplayName { get; set; }
The name of the category.