Class KanbanBoardTabDocumentViewModel
Tabbed document viewmodel
Inheritance
System.Object
KanbanBoardTabDocumentViewModel
Namespace: Simplic.Kanban.UI
Assembly: Simplic.Kanban.UI.dll
Syntax
public class KanbanBoardTabDocumentViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceKanbanBoardTabDocumentViewModel()
Initialize viewmodel
Declaration
public KanbanBoardTabDocumentViewModel()
Properties
| Improve this Doc View SourceConfigurations
Gets or sets a list of configurations
Declaration
public ObservableCollection<KanbanConfiguration> Configurations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<KanbanConfiguration> |
Period
Gets or sets the selected Period
Declaration
public string Period { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PeriodList
Gets or sets the format list for the period
Declaration
public string PeriodList { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PeriodVisible
Gets or sets the visiblity of the period control
Declaration
public Visibility PeriodVisible { get; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |
SelectedConfiguration
Gets or sets the selected configuration
Declaration
public KanbanConfiguration SelectedConfiguration { get; set; }
Property Value
Type | Description |
---|---|
KanbanConfiguration |
TabTitle
Gets or sets the configuration name as title
Declaration
public string TabTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |