This documentation is archived and is not being maintained.
DataListDesigner Properties
.NET Framework 1.1
The properties of the DataListDesigner class are listed here. For a complete list of DataListDesigner class members, see the DataListDesigner Members topic.
Public Properties
ActiveTemplateEditingFrame (inherited from TemplatedControlDesigner) | Gets the active template editing frame. |
AllowResize | Overridden. Gets a value indicating whether the data list can be resized. |
AssociatedComponents (inherited from ComponentDesigner) | Gets the collection of components associated with the component managed by the designer. |
Behavior (inherited from HtmlControlDesigner) | Gets or sets the DHTML behavior associated with the designer instance. |
CanEnterTemplateMode (inherited from TemplatedControlDesigner) | Gets a value indicating whether the designer allows viewing or editing of templates. |
Component (inherited from ComponentDesigner) | Gets the component this designer is designing. |
DataBindings (inherited from HtmlControlDesigner) | Gets or sets the data bindings for the current control. |
DataKeyField (inherited from BaseDataListDesigner) | Gets or sets the value of the control's data key field. |
DataMember (inherited from BaseDataListDesigner) | Gets or sets the value of the control's data member field. |
DataSource (inherited from BaseDataListDesigner) | Gets or sets the value of the control's data source property. |
DesignTimeHtmlRequiresLoadComplete (inherited from BaseDataListDesigner) | Overridden. Gets a value indicating whether loading must have completed to display the design-time HTML. |
ID (inherited from ControlDesigner) | Gets or sets the ID string for the control. |
InTemplateMode (inherited from TemplatedControlDesigner) | Gets a value indicating whether the designer document is in template mode. |
IsDirty (inherited from ControlDesigner) | Gets or sets a value indicating whether the Web server control has been marked as changed. |
ReadOnly (inherited from ControlDesigner) | Gets or sets a value indicating whether the properties of the control are read-only at design-time. |
ShouldCodeSerialize (inherited from HtmlControlDesigner) | Gets or sets a value indicating whether a field declaration for the control should be created in the code-behind file for the current design document during serialization. |
Verbs (inherited from BaseDataListDesigner) | Overridden. Gets or sets the collection of verbs available to this designer. |
Protected Properties
DesignTimeElement (inherited from HtmlControlDesigner) | Gets the design-time object representing the control associated with the HtmlControlDesigner on the design surface. |
HidePropertiesInTemplateMode (inherited from TemplatedControlDesigner) | Gets a value indicating whether the properties of the control are hidden when the control is placed into template editing mode. |
InheritanceAttribute (inherited from ComponentDesigner) | Gets an attribute that indicates the type of inheritance of the associated component. |
Inherited (inherited from ComponentDesigner) | Gets a value indicating whether this component is inherited. |
ShadowProperties (inherited from ComponentDesigner) | Gets a collection of property values that override user settings. |
TemplatesExist | Gets a value that indicates whether templates associated with the designer currently exist. |
See Also
DataListDesigner Class | System.Web.UI.Design.WebControls Namespace
Show:
