Class OutputPanelViewModel
Inheritance
System.Object
OutputPanelViewModel
Namespace: ArtOfTest.WebAii.Design.UI.OutputPanel.ViewModels
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class OutputPanelViewModel : ViewModelBase
Constructors
OutputPanelViewModel()
Declaration
public OutputPanelViewModel()
Properties
Categories
Declaration
public RadObservableCollection<CategoryModel> Categories { get; }
Property Value
Telerik.Windows.Data.RadObservableCollection<CategoryModel>
|