Class SampleCategoryModel
Inheritance
System.Object
SampleCategoryModel
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
CategoryStatusTag
Property represents whether the Status Tag should visible for Category
Declaration
public bool CategoryStatusTag { get; set; }
Property Value
CollapseImage
Declaration
public string CollapseImage { get; set; }
Property Value
HasCategory
Declaration
public bool HasCategory { get; set; }
Property Value
IsCategoryClicked
Declaration
public bool IsCategoryClicked { get; set; }
Property Value
IsCollapsed
Declaration
public bool IsCollapsed { get; set; }
Property Value
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
SampleSubCategories
Declaration
public ObservableCollection<SampleSubCategoryModel> SampleSubCategories { get; set; }
Property Value
SelectedCategory
Declaration
public SampleSubCategoryModel SelectedCategory { get; set; }
Property Value
StatusTag
Declaration
public string StatusTag { get; set; }
Property Value