Data ListHeader Control Property
This is used to get a reference to the current header template control if one has been specified
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
This will return null if there is no header template
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public TemplateControl? HeaderControl { get; }VB
Public ReadOnly Property HeaderControl As TemplateControl
GetC++
public:
property TemplateControl^ HeaderControl {
TemplateControl^ get ();
}F#
member HeaderControl : TemplateControl with getProperty Value
TemplateControlThis will return null if there is no header template