TemplateDefinition Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| AllowEditing | Retrieves a value indicating whether the template should allow editing of its contents. |
| Content | Gets or sets the HTML markup representing the content of the template. |
| Designer | Gets the associated designer component. (inherited from DesignerObject) |
| Name | Gets the name of the object. (inherited from DesignerObject) |
| Properties | Gets the object's properties. (inherited from DesignerObject) |
| ServerControlsOnly | Retrieves a value indicating whether the template should limit content to Web server controls, as set in the TemplateDefinition constructor. This property is read-only. |
| Style | Retrieves the style that should be applied to the template as set in the TemplateDefinition constructor. This property is read-only. |
| SupportsDataBinding | Retrieves or sets a value indicating whether the template supports data binding. |
| TemplatedObject | Retrieves the component in which the template resides. This property is read-only. |
| TemplatePropertyName | Retrieves the property name for the template that the design host should display in the Properties list. |
Community Additions
ADD
Show: