alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SampleSubCategoryModel

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

    Constructors

    SampleSubCategoryModel()

    Declaration
    public SampleSubCategoryModel()

    Fields

    IsSubCategoryClickedProperty

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

    Properties

    CardLayouts

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

    IsApplicable

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

    IsSubCategory

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

    IsSubCategoryClicked

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

    Platforms

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

    ProductTypes

    Gets or sets the supported product types for this sample sub-category

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

    StatusTag

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

    SubCategoryName

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