Class CardLayoutModel
Inheritance
System.Object
CardLayoutModel
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public class CardLayoutModel : Element
Constructors
CardLayoutModel()
Declaration
Fields
IsSelectedProperty
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Type |
Microsoft.Maui.Controls.BindableProperty |
Properties
IsApplicable
Declaration
public bool IsApplicable { get; set; }
Property Value
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
Samples
Declaration
public ObservableCollection<SampleModel> Samples { get; set; }
Property Value
Type |
System.Collections.ObjectModel.ObservableCollection<SampleModel> |
StatusTag
Declaration
public string StatusTag { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value