alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SampleCategoryModel

    Inheritance
    System.Object
    SampleCategoryModel
    Namespace: SampleBrowser.Maui.Base
    Assembly: SampleBrowser.Maui.Base.dll
    Syntax
    public class SampleCategoryModel : Element

    Constructors

    SampleCategoryModel()

    Declaration
    public SampleCategoryModel()

    Fields

    CategoryStatusTagProperty

    Property represents whether the Status Tag should visible for Category

    Declaration
    public static readonly BindableProperty CategoryStatusTagProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    CollapseImageProperty

    Declaration
    public static readonly BindableProperty CollapseImageProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    IsCategoryClickedProperty

    Declaration
    public static readonly BindableProperty IsCategoryClickedProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    IsCollapsedProperty

    Declaration
    public static readonly BindableProperty IsCollapsedProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    IsSelectedProperty

    Declaration
    public static readonly BindableProperty IsSelectedProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    SelectedCategoryProperty

    Declaration
    public static readonly BindableProperty SelectedCategoryProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    Properties

    CategoryName

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

    CategoryStatusTag

    Property represents whether the Status Tag should visible for Category

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

    CollapseImage

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

    HasCategory

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

    IsCategoryClicked

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

    IsCollapsed

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

    IsSelected

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

    ProductTypes

    Gets or sets the supported product types for this sample category

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

    SampleSubCategories

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

    SelectedCategory

    Declaration
    public SampleSubCategoryModel SelectedCategory { get; set; }
    Property Value
    Type
    SampleSubCategoryModel

    StatusTag

    Declaration
    public string StatusTag { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved