Table of Contents
FooterContainer Property

Returns the container control for the footer template.

Syntax
 public Control FooterContainer { get; }
Remarks

Controls defined by FooterTemplate are created as child control of this control. So you can use this control to gain access to those controls.

This property returns null if FooterTemplate is not set.

See Also