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 SourceSingleClassificationSelector()
Initialize a new LookupTextBox
Declaration
public SingleClassificationSelector()
Fields
| Improve this Doc View SourceClassificationItemProperty
Dependency property for binding stack guidds
Declaration
public static readonly DependencyProperty ClassificationItemProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceClassificationItem
Gets or sets the currently used dependency property
Declaration
public ClassificationItem ClassificationItem { get; set; }
Property Value
Type | Description |
---|---|
ClassificationItem |
LookupTextBoxContent
Get content as LookupTextBox
Declaration
public LookupTextBox LookupTextBoxContent { get; }
Property Value
Type | Description |
---|---|
LookupTextBox |
Methods
| Improve this Doc View SourceInitializeSelectionProvider()
Initialize a selection provider
Declaration
public void InitializeSelectionProvider()
Events
| Improve this Doc View SourceSelectionChanged
Will be called if the selection changed
Declaration
public event LookupTextBox.SelectionChangedHandler SelectionChanged
Event Type
Type | Description |
---|---|
LookupTextBox.SelectionChangedHandler |