ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / ItemContainerStyle Property



In This Topic
    ItemContainerStyle Property (C1ComboBox)
    In This Topic
    Gets or sets the style used for the inner C1ComboBox's items.
    Syntax
    'Declaration
     
    
    Public Shadows Property ItemContainerStyle As Style
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Style
     
    instance.ItemContainerStyle = value
     
    value = instance.ItemContainerStyle
    public new Style ItemContainerStyle {get; set;}
    public:
    new property Style^ ItemContainerStyle {
       Style^ get();
       void set (    Style^ value);
    }
    See Also