This documentation is archived and is not being maintained.
HeaderedContentControl::HasHeader Property
.NET Framework (current version)
Gets a value that indicates whether the header is null.
Namespace:
System.Windows.ControlsAssembly:
PresentationFramework (in PresentationFramework.dll)
public:
[BindableAttribute(false)]
[BrowsableAttribute(false)]
property bool HasHeader {
bool get();
}
Property Value
Type:
System::Booleantrue if the Header property is not null; otherwise, false. The default is false.
The following example tests whether the control has a header containing content.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 3.0
Return to top