Class ControlModel
Inheritance
System.Object
ControlModel
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public class ControlModel : Object, INotifyPropertyChanged
Constructors
ControlModel()
Declaration
Properties
Description
Declaration
public string Description { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Image
Image used for the control card/list item. Updates UI when changed.
Declaration
public string Image { get; set; }
Property Value
IsImageVisible
Gets or sets a Boolean value indicating the visibility of the background image.
Declaration
public bool IsImageVisible { get; set; }
Property Value
IsPreview
Declaration
public bool IsPreview { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
ProductTypes
Gets or sets the supported product types for this control
Declaration
public string ProductTypes { get; set; }
Property Value
SampleCategories
Declaration
public ObservableCollection<SampleCategoryModel> SampleCategories { get; set; }
Property Value
StatusTag
Declaration
public string StatusTag { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged