Class
TaskBoardColumn

Represents a column definition for tasks. It is either defined in XAML or autogenerated when GroupMemberPath is used.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class TaskBoardColumn : INotifyPropertyChanged

Inheritance: objectTaskBoardColumn

Implements: INotifyPropertyChanged

Constructors

TaskBoardColumn()

Declaration

cs-api-definition
public TaskBoardColumn()

Properties

GroupName

Gets or sets the group name used to organize the items in columns.

Declaration

cs-api-definition
public object GroupName { get; set; }

Property Value

object

Header

Gets or sets the content to be displayed as a column header.

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object

HeaderTemplate

Gets or sets the content template to be displayed as a column header.

Declaration

cs-api-definition
public DataTemplate HeaderTemplate { get; set; }

Property Value

DataTemplate

IsExpanded

Gets or sets a value that indicates whether the column is expanded.

Declaration

cs-api-definition
public bool IsExpanded { get; set; }

Property Value

bool

Items

Gets the collection used to generate the content of TaskBoardColumnContainer.

Declaration

cs-api-definition
public ObservableCollection<object> Items { get; }

Property Value

ObservableCollection<object>

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged