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 |