Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1Menu Class / ItemContainerStyleSelector Property

In This Topic
    ItemContainerStyleSelector Property (C1Menu)
    In This Topic
    Gets or sets custom style-selection logic for a style that can be applied to each generated container element.
    Syntax
    'Declaration
     
    
    Public Property ItemContainerStyleSelector As C1StyleSelector
    public C1StyleSelector ItemContainerStyleSelector {get; set;}
    See Also