ClassCategory
Represents basic ICategory implementation.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class Category : ViewModelBase, INotifyPropertyChanged, IDisposable, ICategory, IEquatable<ICategory>
Inheritance: objectViewModelBaseCategory
Implements:
Inherited Members
Constructors
Category()
Initializes a new instance of the Category class.
Declaration
public Category()
Category(string, Brush)
Initializes a new instance of the Category class.
Declaration
public Category(string name, Brush brush)
Parameters
name
The name.
brush
Brush
The brush.
Properties
CategoryBrush
Gets or sets the category brush.
Declaration
public Brush CategoryBrush { get; set; }
Property Value
Brush
The category brush.
CategoryName
Gets or sets the name of the category.
Declaration
public string CategoryName { get; set; }
Property Value
The name of the category.
Implements
DisplayName
Gets or sets the name of the category.
Declaration
public string DisplayName { get; set; }
Property Value
The name of the category.
Implements
Methods
Equals(ICategory)
Determines whether the specified object equals this Category.
Equals(object)
Determines whether the specified object equals this Category.
GetHashCode()
Returns a hash code for the Category instance.