Search Results for

    Show / Hide Table of Contents

    Class SingleClassificationSelector

    LookupTextBox implementation for selecting a classification

    Inheritance
    System.Object
    SingleClassificationSelector
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public sealed class SingleClassificationSelector : ContentControl

    Constructors

    | Improve this Doc View Source

    SingleClassificationSelector()

    Initialize a new LookupTextBox

    Declaration
    public SingleClassificationSelector()

    Fields

    | Improve this Doc View Source

    ClassificationItemProperty

    Dependency property for binding stack guidds

    Declaration
    public static readonly DependencyProperty ClassificationItemProperty
    Field Value
    Type Description
    DependencyProperty

    Properties

    | Improve this Doc View Source

    ClassificationItem

    Gets or sets the currently used dependency property

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

    LookupTextBoxContent

    Get content as LookupTextBox

    Declaration
    public LookupTextBox LookupTextBoxContent { get; }
    Property Value
    Type Description
    LookupTextBox

    Methods

    | Improve this Doc View Source

    InitializeSelectionProvider()

    Initialize a selection provider

    Declaration
    public void InitializeSelectionProvider()

    Events

    | Improve this Doc View Source

    SelectionChanged

    Will be called if the selection changed

    Declaration
    public event LookupTextBox.SelectionChangedHandler SelectionChanged
    Event Type
    Type Description
    LookupTextBox.SelectionChangedHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx