TemplatedEditableDesignerRegion::IsSingleInstanceTemplate Property

 

Gets or sets whether the template occurs only once per instance of the containing control, such as a header template, or can appear many times according to available data, such as an item template.

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

public:
property bool IsSingleInstanceTemplate {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if the template appears only once; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: