ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1ComboBox Class / ItemContainerStyle Property

In This Topic
    ItemContainerStyle Property
    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