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


C1.WPF Namespace > C1HeaderedContentControl Class : Header Property
Gets or sets the header of this control.
Syntax
'Declaration
 
Public Property Header As System.Object
'Usage
 
Dim instance As C1HeaderedContentControl
Dim value As System.Object
 
instance.Header = value
 
value = instance.Header
public System.object Header {get; set;}
See Also

Reference

C1HeaderedContentControl Class
C1HeaderedContentControl Members