TemplateDefinition Properties

 

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

NameDescription
System_CAPS_pubpropertyAllowEditing

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

System_CAPS_pubpropertyContent

Gets or sets the HTML markup representing the content of the template.

System_CAPS_pubpropertyDesigner

Gets the associated designer component.(Inherited from DesignerObject.)

System_CAPS_pubpropertyName

Gets the name of the object.(Inherited from DesignerObject.)

System_CAPS_pubpropertyProperties

Gets the object's properties.(Inherited from DesignerObject.)

System_CAPS_pubpropertyServerControlsOnly

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.

System_CAPS_pubpropertyStyle

Retrieves the style that should be applied to the template as set in the TemplateDefinition constructor. This property is read-only.

System_CAPS_pubpropertySupportsDataBinding

Retrieves or sets a value indicating whether the template supports data binding.

System_CAPS_pubpropertyTemplatedObject

Retrieves the component in which the template resides. This property is read-only.

System_CAPS_pubpropertyTemplatePropertyName

Retrieves the property name for the template that the design host should display in the property grid.

Return to top
Show: