New to Telerik UI for WPFStart a free 30-day trial

Class representing a default ICategory implementation.

Definition

Constructors

C#
public CategoryModel()

Properties

Gets or sets the category brush.

C#
public Brush CategoryBrush { get; set; }
Property Value:

The category brush.

Implements: ICategory.CategoryBrush

Gets or sets the name of the category.

C#
public string CategoryName { get; set; }
Property Value:

The name of the category.

Implements: ICategory.CategoryName