Table of Contents
FooterContainer Property

Returns the container control for the footer section.

Syntax
 public Control FooterContainer { get; }
Remarks

You can call FindControl on the returned control to locate child control inside CustomFooterTemplate.

See Also