Table of Contents
ContentContainer Property

Returns the container control for the content template.

Syntax
 public Control ContentContainer { get; }
Remarks

Controls defined by ContentTemplate 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 ContentTemplate is not set.

See Also