This documentation is archived and is not being maintained.

ITemplateEditingService.SupportsNestedTemplateEditing Property

Indicates whether the service supports nested template editing.

[Visual Basic]
ReadOnly Property SupportsNestedTemplateEditing As Boolean
[C#]
bool SupportsNestedTemplateEditing {get;}
[C++]
__property bool get_SupportsNestedTemplateEditing();
[JScript]
function get SupportsNestedTemplateEditing() : Boolean;

Property Value

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

Remarks

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.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

ITemplateEditingService Interface | ITemplateEditingService Members | System.Web.UI.Design Namespace

Show: