menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColumnTag - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColumnTag

    Contains the KanbanColumn header properties.

    Inheritance
    System.Object
    NotificationObject
    ColumnTag
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    NotificationObject.PropertyChanged
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved