alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

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