Basic Library for WPF and Silverlight | ComponentOne
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
    public new Style ItemContainerStyle {get; set;}
    See Also