ComponentOne Basic Library for WPF and Silverlight
ContentTemplate Property (C1HeaderedContentControl)


C1.WPF Namespace > C1HeaderedContentControl Class : ContentTemplate Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<CustomCategoryAttribute("Content")>
Public Property ContentTemplate As System.Windows.DataTemplate
'Usage
 
Dim instance As C1HeaderedContentControl
Dim value As System.Windows.DataTemplate
 
instance.ContentTemplate = value
 
value = instance.ContentTemplate
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[CustomCategory("Content")]
public System.Windows.DataTemplate ContentTemplate {get; set;}
See Also

Reference

C1HeaderedContentControl Class
C1HeaderedContentControl Members