ClassTaskBoardColumn
Class
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:
Constructors
TaskBoardColumn()
Declaration
cs-api-definition
public TaskBoardColumn()
Properties
GroupName
Gets or sets the group name used to organize the items in columns.
Header
Gets or sets the content to be displayed as a column header.
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.
Items
Gets the collection used to generate the content of TaskBoardColumnContainer.
Declaration
cs-api-definition
public ObservableCollection<object> Items { get; }
Property Value
Methods
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements