Xceed Toolkit Plus for WPF v4.6 Documentation
TokenItemContainerStyle Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > TokenizedTextBox Class : TokenItemContainerStyle Property
Gets or sets the Style that is applied to the container element generated for each selected token.
Syntax
'Declaration
 
Public Property TokenItemContainerStyle As Style
'Usage
 
Dim instance As TokenizedTextBox
Dim value As Style
 
instance.TokenItemContainerStyle = value
 
value = instance.TokenItemContainerStyle
public Style TokenItemContainerStyle {get; set;}

Property Value

The Style that is applied to the container element generated for each selected token.
Requirements

See Also

Reference

TokenizedTextBox Class
TokenizedTextBox Members