Class SampleSubCategoryModel
Inheritance
System.Object
SampleSubCategoryModel
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
IsApplicable
Declaration
public bool IsApplicable { get; set; }
Property Value
IsSubCategory
Declaration
public bool IsSubCategory { get; set; }
Property Value
IsSubCategoryClicked
Declaration
public bool IsSubCategoryClicked { get; set; }
Property Value
StatusTag
Declaration
public string StatusTag { get; set; }
Property Value
SubCategoryName
Declaration
public string SubCategoryName { get; set; }
Property Value