NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataListDesigner Properties

The properties of the DataListDesigner class are listed below. For a complete list of DataListDesigner class members, see the DataListDesigner Members topic.

Public:

AllowResize (inherited from WebControlDesigner) Gets or sets whether the control is resizable.
Behavior (inherited from HtmlControlDesigner) Points to the DHTML Behavior that is associated to this designer instance.
Component (inherited from ComponentDesigner) Gets or sets the component this designer is designing.
DataSource (inherited from BaseDataListDesigner) Designer implementation of a DataSource property that operates on the DataSource property in the control's binding collection.
HTMLElement (inherited from HtmlControlDesigner) Accessor for the HTML element associated to the attached behavior.
IsDirty (inherited from UserControlDesigner) Whether or not the boolean dirty state of the web control is currently set.
ReadOnly (inherited from UserControlDesigner) Whether or not the control's associated design surface is set to read-only or not.
TemplateMode (inherited from TemplatedControlDesigner) Whether or not the designer document is in template mode.
TemplateVerbHandler (inherited from TemplatedControlDesigner) Verb execution handler for opening the template frames and entering template mode.
Verbs (inherited from BaseDataListDesigner) The designer's collection of verbs.
ViewLinkRootElement (inherited from UserControlDesigner) Returns the HTML element associated to the read-only display section in the view-linked tree.

Protected:

BaseDesigner (inherited from HtmlControlDesigner) Returns the base Web Forms designer associated to the ASPX document.
InheritanceAttribute (inherited from ComponentDesigner) Gets or sets the inheritance attribute for this component.
Inherited (inherited from ComponentDesigner) Gets whether or not this component is being inherited.
TemplatesExist Gets or sets whether or not templates associated to the designer currently exist.

See Also

DataListDesigner Class | System.Web.UI.Design.WebControls Namespace