Interface
ICategory

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 IEquatable<ICategory>.Equals(ICategory)

Properties

CategoryName

Gets or sets the name of the category.

Declaration

cs-api-definition
string CategoryName { get; set; }

Property Value

string

The name of the category.

DisplayName

Gets or sets the name of the category.

Declaration

cs-api-definition
string DisplayName { get; set; }

Property Value

string

The name of the category.

In this article
DefinitionPropertiesCategoryNameDisplayName
Not finding the help you need?
Contact Support