[Root] / Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / TokenizedTextBox Class / TokenItemContainerStyle Property


In This Topic
    TokenItemContainerStyle Property
    In This Topic
    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.
    Supported Frameworks

    See Also