Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / TokenizedTextBox Class / TokenItemContainerStyle Property


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

Property Value

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

See Also