OutlookBar for WPF and Silverlight
C1.WPF.OutlookBar Namespace / C1OutlookBar Class / ContentTemplate Property

In This Topic
    ContentTemplate Property (C1OutlookBar)
    In This Topic
    Gets or sets the DataTemplate to apply to any item that does not have a HeaderTemplate property defined.
    Syntax
    'Declaration
     
    
    Public Property ContentTemplate As DataTemplate
    public DataTemplate ContentTemplate {get; set;}
    See Also