TemplateDefinition.AllowEditing Property

 

Gets a value that indicates whether the template should enable editing of its contents.

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

public virtual bool AllowEditing { get; }

Property Value

Type: System.Boolean

true if editing is allowed; otherwise, false. The default is true.

To change the default, derived classes must override the AllowEditing property.

.NET Framework
Available since 2.0
Return to top
Show: