Class ControlCategoryModel
Inheritance
System.Object
ControlCategoryModel
Namespace: SampleBrowser.Maui.Base
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public class ControlCategoryModel : Object
Constructors
ControlCategoryModel()
Declaration
public ControlCategoryModel()
Properties
AllControls
Declaration
public ObservableCollection<ControlModel> AllControls { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<ControlModel> |
Name
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |