Data ListFooter Control Property
This is used to get a reference to the current footer 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 footer template
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public TemplateControl? FooterControl { get; }VB
Public ReadOnly Property FooterControl As TemplateControl
GetC++
public:
property TemplateControl^ FooterControl {
TemplateControl^ get ();
}F#
member FooterControl : TemplateControl with getProperty Value
TemplateControlThis will return null if there is no footer template