ITemplateEditingService::SupportsNestedTemplateEditing Property

 

Gets a value that indicates whether the service supports nested template editing.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

property bool SupportsNestedTemplateEditing {
	bool get();
}

Property Value

Type: System::Boolean

true if the service supports nested template editing; otherwise, false.

This property indicates whether a template editor can be invoked from a component of a parent template editor's templated control. This is called nested template editing, because a template editor is invoked for a component of a control for which a template editor is already operating.

System_CAPS_noteNote

The ITemplateEditingService interface is obsolete. Expose templates through the TemplateGroups property of a control designer. The design host creates a TemplatedEditableDesignerRegion for each TemplateGroup defined for a control designer.

.NET Framework
Available since 1.1
Return to top
Show: