Search Results for

    Show / Hide Table of Contents

    Class ClassificationSelectorViewModel

    Main viewmodel for a ClassificationSelector

    Inheritance
    System.Object
    ClassificationSelectorViewModel
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class ClassificationSelectorViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    ClassificationSelectorViewModel(RadObservableCollection<ClassificationItem>)

    Initialize new view model

    Declaration
    public ClassificationSelectorViewModel(RadObservableCollection<ClassificationItem> items)
    Parameters
    Type Name Description
    RadObservableCollection<ClassificationItem> items

    Item list

    Properties

    | Improve this Doc View Source

    Items

    List of classifications

    Declaration
    public RadObservableCollection<ClassificationItem> Items { get; set; }
    Property Value
    Type Description
    RadObservableCollection<ClassificationItem>
    | Improve this Doc View Source

    SelectedClassification

    Gets or sets the currently selected classification

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