Interface ICategory
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface ICategory : IEquatable<ICategory>
Properties
CategoryName
Declaration
string CategoryName { get; set; }
Property Value
System.
|
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
System.
|