alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CardLayoutModel

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

    Constructors

    CardLayoutModel()

    Declaration
    public CardLayoutModel()

    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
    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 card layout

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

    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
    Type
    System.String

    Title

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