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