Class TokenInlineUIContainer
Implementation of InlineUIContainer that supports tokens. The container can host any UIElement for token customization.
Inheritance
TokenInlineUIContainer
  Implements
Inherited Members
Namespace: Phoenix.Aruba.Controls
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class TokenInlineUIContainer : InlineUIContainer, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChildConstructors
View SourceTokenInlineUIContainer(TokenizedItemViewModel, DataTemplate, bool, bool, bool)
Initializes a new instance of the TokenInlineUIContainer class.
Declaration
public TokenInlineUIContainer(TokenizedItemViewModel tokenizedItem, DataTemplate tokenTemplate, bool isInDesignMode, bool isComboBox, bool isRichText)Parameters
| Type | Name | Description | 
|---|---|---|
| TokenizedItemViewModel | tokenizedItem | The tokenized item providing a view model for the token UIElement. | 
| DataTemplate | tokenTemplate | The DataTemplate providing a token implementation. | 
| bool | isInDesignMode | Whether this is in design mode. | 
| bool | isComboBox | Whether this is a combo box. | 
| bool | isRichText | Whether this is a Rich Text box. | 
Fields
View SourceTokenReferenceProperty
Property containing a reference to a token.
Declaration
public static readonly DependencyProperty TokenReferencePropertyField Value
| Type | Description | 
|---|---|
| DependencyProperty | 
Properties
View SourceTokenReference
Gets or sets a value of this token reference.
Declaration
public TokenReference TokenReference { get; set; }Property Value
| Type | Description | 
|---|---|
| TokenReference | 
TokenizedItem
Gets or sets the tokenized item that acts as a view model for the token UIElement.
Declaration
public TokenizedItemViewModel TokenizedItem { get; set; }Property Value
| Type | Description | 
|---|---|
| TokenizedItemViewModel |