Class ControlCategoryModel
Inheritance
System.Object
ControlCategoryModel
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: SampleBrowser.Maui.Base
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public class ControlCategoryModel : Object, INotifyPropertyChanged
Constructors
ControlCategoryModel()
Declaration
public ControlCategoryModel()
Properties
AllControls
Declaration
public ObservableCollection<ControlModel> AllControls { get; set; }
Property Value
| Type |
|---|
| System.Collections.ObjectModel.ObservableCollection<ControlModel> |
IsImageVisible
Gets or sets a Boolean value indicating the visibility of the background image.
Declaration
public bool IsImageVisible { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
|---|
| System.String |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged