Category
Class
Represents basic ICategory implementation.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class Category : ViewModelBase, INotifyPropertyChanged, IDisposable, ICategory, IEquatable<ICategory>
Inheritance: objectViewModelBaseCategory
Implements:
Inherited Members
Constructors
Initializes a new instance of the Category class.
C#
public Category()
Properties
CategoryBrush
Brush
Gets or sets the category brush.
C#
public Brush CategoryBrush { get; set; }
The category brush.
Gets or sets the name of the category.
C#
public string CategoryName { get; set; }
The name of the category.
Implements:
Gets or sets the name of the category.
C#
public string DisplayName { get; set; }
The name of the category.
Implements:
Methods
Returns a hash code for the Category instance.