alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class CustomCardLayout

    Inheritance
    System.Object
    CustomCardLayout
    Namespace: SampleBrowser.Maui.Base.CustomView
    Assembly: SampleBrowser.Maui.Base.dll
    Syntax
    public class CustomCardLayout : Grid

    Constructors

    CustomCardLayout(MainPageAndroid, MainPageiOS, String, LiquidMainPageiOS)

    Declaration
    public CustomCardLayout(MainPageAndroid androidPage = null, MainPageiOS iOSPage = null, string badgeText = "", LiquidMainPageiOS liquidPageiOS = null)
    Parameters
    Type Name Description
    MainPageAndroid androidPage
    MainPageiOS iOSPage
    System.String badgeText
    LiquidMainPageiOS liquidPageiOS

    Fields

    CardContentProperty

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

    TitleProperty

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

    Properties

    CardContent

    Declaration
    public View CardContent { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.View

    ShowExpandIcon

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

    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