ContentControl.ContentTemplateRoot Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the root element of the data template specified by the ContentTemplate property.
public:
property UIElement ^ ContentTemplateRoot { UIElement ^ get(); };
UIElement ContentTemplateRoot();
public UIElement ContentTemplateRoot { get; }
var uIElement = contentControl.contentTemplateRoot;
Public ReadOnly Property ContentTemplateRoot As UIElement
Property Value
The root element of the data template specified by the ContentTemplate property. The default is null.