Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CardSettingsModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CardSettingsModel

    Inheritance
    System.Object
    CardSettingsModel
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CardSettingsModel : Object

    Constructors

    CardSettingsModel()

    Declaration
    public CardSettingsModel()

    Properties

    ContentField

    Defines the card content text

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

    HeaderField

    Defines the card header text

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

    SelectionType

    It defines the card selection type, which accepts either of the following values. Single Multiple None

    Declaration
    public SelectionType SelectionType { get; set; }
    Property Value
    Type Description
    SelectionType

    ShowHeader

    Show or hide the card header

    Declaration
    public bool ShowHeader { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved