Table of Contents
HeaderContainer Property

Returns the container control for the header section.

Syntax
 public Control HeaderContainer { get; }
Remarks

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

See Also