TemplatedEditableDesignerRegion.IsSingleInstanceTemplate Property

Definition

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.

public:
 virtual property bool IsSingleInstanceTemplate { bool get(); void set(bool value); };
public virtual bool IsSingleInstanceTemplate { get; set; }
member this.IsSingleInstanceTemplate : bool with get, set
Public Overridable Property IsSingleInstanceTemplate As Boolean

Property Value

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

Applies to

See also