Class ColumnTag
Contains the KanbanColumn header properties.
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public class ColumnTag : NotificationObject, INotifyPropertyChanged
Constructors
ColumnTag(KanbanColumn)
Initializes a new instance of the ColumnTag class.
Declaration
public ColumnTag(KanbanColumn column)
Parameters
Type | Name | Description |
---|---|---|
KanbanColumn | column | Instance of KanbanColumn which is relevant to this ColumnTag. |
Properties
ArrowIconColor
Gets the color brush which indicates KanbanColumn expand/collapse arrow color.
Declaration
public Brush ArrowIconColor { get; }
Property Value
Type |
---|
System.Windows.Media.Brush |
CardCount
Gets or sets the count of Cards available in that column.
Declaration
public int CardCount { get; set; }
Property Value
Type |
---|
System.Int32 |
Header
Gets or sets a object which indicates KanbanColumn header.
Declaration
public object Header { get; set; }
Property Value
Type |
---|
System.Object |
HeaderBackground
Gets the color brush which indicates KanbanColumn header BackgroundColor.
Declaration
public Brush HeaderBackground { get; }
Property Value
Type |
---|
System.Windows.Media.Brush |
HeaderForeground
Gets the color brush which indicates KanbanColumn title TextColor.
Declaration
public Brush HeaderForeground { get; }
Property Value
Type |
---|
System.Windows.Media.Brush |
HeaderInfoForeground
Gets the color brush which indicates KanbanColumn header additional info text color.
Declaration
public Brush HeaderInfoForeground { get; }
Property Value
Type |
---|
System.Windows.Media.Brush |
IsExpanded
Gets or sets a value indicating whether the KanbanColumn is in expanded or not.
Declaration
public bool IsExpanded { get; set; }
Property Value
Type |
---|
System.Boolean |
Item[String]
This property returns the localized string of given value.
Declaration
public object this[string key] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key | Key value to get the localized value. |
Property Value
Type | Description |
---|---|
System.Object | Localized value of given value. |
Maximum
Gets or sets a value that indicates cards collection maximum limit of KanbanColumn.
Declaration
public int Maximum { get; set; }
Property Value
Type |
---|
System.Int32 |
Minimum
Gets or sets a value that indicates cards collection minimum limit of KanbanColumn.
Declaration
public int Minimum { get; set; }
Property Value
Type |
---|
System.Int32 |