Search Results for

    Show / Hide Table of Contents

    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 Source

    KanbanBoardTabDocumentViewModel()

    Initialize viewmodel

    Declaration
    public KanbanBoardTabDocumentViewModel()

    Properties

    | Improve this Doc View Source

    Configurations

    Gets or sets a list of configurations

    Declaration
    public ObservableCollection<KanbanConfiguration> Configurations { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<KanbanConfiguration>
    | Improve this Doc View Source

    Period

    Gets or sets the selected Period

    Declaration
    public string Period { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PeriodList

    Gets or sets the format list for the period

    Declaration
    public string PeriodList { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PeriodVisible

    Gets or sets the visiblity of the period control

    Declaration
    public Visibility PeriodVisible { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    SelectedConfiguration

    Gets or sets the selected configuration

    Declaration
    public KanbanConfiguration SelectedConfiguration { get; set; }
    Property Value
    Type Description
    KanbanConfiguration
    | Improve this Doc View Source

    TabTitle

    Gets or sets the configuration name as title

    Declaration
    public string TabTitle { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx