alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ControlModel

    Inheritance
    System.Object
    ControlModel
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: SampleBrowser.Maui.Base
    Assembly: SampleBrowser.Maui.Base.dll
    Syntax
    public class ControlModel : Object, INotifyPropertyChanged

    Constructors

    ControlModel()

    Declaration
    public ControlModel()

    Properties

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type
    System.String

    DisplayName

    Declaration
    public string DisplayName { get; set; }
    Property Value
    Type
    System.String

    Image

    Image used for the control card/list item. Updates UI when changed.

    Declaration
    public string Image { get; set; }
    Property Value
    Type
    System.String

    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

    IsPreview

    Declaration
    public bool IsPreview { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    ProductTypes

    Gets or sets the supported product types for this control

    Declaration
    public string ProductTypes { get; set; }
    Property Value
    Type
    System.String

    SampleCategories

    Declaration
    public ObservableCollection<SampleCategoryModel> SampleCategories { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<SampleCategoryModel>

    StatusTag

    Declaration
    public string StatusTag { get; set; }
    Property Value
    Type
    System.String

    Title

    Declaration
    public string Title { 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved