This documentation is archived and is not being maintained.

DataListDesigner Members

DataListDesigner overview

Public Constructors

public constructorDataListDesigner Constructor Initializes a new instance of the DataListDesigner class.

Public Properties

public propertyActiveTemplateEditingFrame (inherited from TemplatedControlDesigner) Gets the active template editing frame.
public propertyAllowResize Overridden. Gets a value indicating whether the data list can be resized.
public propertyAssociatedComponents (inherited from ComponentDesigner) Gets the collection of components associated with the component managed by the designer.
public propertyBehavior (inherited from HtmlControlDesigner) Gets or sets the DHTML behavior associated with the designer instance.
public propertyCanEnterTemplateMode (inherited from TemplatedControlDesigner) Gets a value indicating whether the designer allows viewing or editing of templates.
public propertyComponent (inherited from ComponentDesigner) Gets the component this designer is designing.
public propertyDataBindings (inherited from HtmlControlDesigner) Gets or sets the data bindings for the current control.
public propertyDataKeyField (inherited from BaseDataListDesigner) Gets or sets the value of the control's data key field.
public propertyDataMember (inherited from BaseDataListDesigner) Gets or sets the value of the control's data member field.
public propertyDataSource (inherited from BaseDataListDesigner) Gets or sets the value of the control's data source property.
public propertyDesignTimeHtmlRequiresLoadComplete (inherited from BaseDataListDesigner) Overridden. Gets a value indicating whether loading must have completed to display the design-time HTML.
public propertyID (inherited from ControlDesigner) Gets or sets the ID string for the control.
public propertyInTemplateMode (inherited from TemplatedControlDesigner) Gets a value indicating whether the designer document is in template mode.
public propertyIsDirty (inherited from ControlDesigner) Gets or sets a value indicating whether the Web server control has been marked as changed.
public propertyReadOnly (inherited from ControlDesigner) Gets or sets a value indicating whether the properties of the control are read-only at design-time.
public propertyShouldCodeSerialize (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.
public propertyVerbs (inherited from BaseDataListDesigner) Overridden. Gets or sets the collection of verbs available to this designer.

Public Methods

public methodDispose (inherited from ComponentDesigner) Overloaded. Releases the resources used by the ComponentDesigner.
public methodDoDefaultAction (inherited from ComponentDesigner) Creates a method signature in the source code file for the default event on the component and navigates the user's cursor to that location.
public methodEnterTemplateMode (inherited from TemplatedControlDesigner) Opens a template frame object for editing in the designer.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodExitTemplateMode (inherited from TemplatedControlDesigner) Closes the currently active template editing frame after saving any relevant changes.
public methodGetDesignTimeHtml Overridden. Gets the HTML that is used to represent the control at design time.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetPersistInnerHtml (inherited from TemplatedControlDesigner) Overridden. Gets the HTML to be persisted for the content present in the associated server control runtime.
public methodGetResolvedSelectedDataSource (inherited from BaseDataListDesigner) Gets the data member that is currently selected within the data source currently bound to the control.
public methodGetSelectedDataSource (inherited from BaseDataListDesigner) Gets the selected data source component from the component's container.
public methodGetTemplateContainerDataItemProperty Overridden. Gets the template container's data item property.
public methodGetTemplateContainerDataSource (inherited from BaseDataListDesigner) Overridden. Gets the data source of the template's container.
public methodGetTemplateContent Overridden. Gets the template's content.
public methodGetTemplateEditingVerbs (inherited from TemplatedControlDesigner) Gets the template editing verbs available to the designer.
public methodGetTemplatePropertyParentType (inherited from TemplatedControlDesigner) Gets the type of the parent of the template property.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodInitialize Overridden. Initializes the designer with the specified component.
public methodInitializeNonDefault (inherited from ComponentDesigner) Initializes the settings for an imported component that is already initialized to settings other than the defaults.
public methodIsPropertyBound (inherited from ControlDesigner) Gets a value indicating whether the specified property is data-bound.
public methodOnComponentChanged (inherited from BaseDataListDesigner) Overridden. Represents the method that will handle the component changed event.
public methodOnSetComponentDefaults (inherited from ComponentDesigner) Sets the default properties for the component.
public methodOnSetParent (inherited from TemplatedControlDesigner) Overridden. Provides an opportunity to perform additional processing when the parent of this designer is changed.
public methodRaiseResizeEvent (inherited from ControlDesigner) Raises the OnControlResize event.
public methodSetTemplateContent Overridden. Sets the content for the specified template and frame.
public methodToString (inherited from Object) Returns a String that represents the current Object.
public methodUpdateDesignTimeHtml (inherited from TemplatedControlDesigner) Overridden. Updates the design-time HTML.

Protected Properties

protected propertyDesignTimeElement (inherited from HtmlControlDesigner) Gets the design-time object representing the control associated with the HtmlControlDesigner on the design surface.
protected propertyHidePropertiesInTemplateMode (inherited from TemplatedControlDesigner) Gets a value indicating whether the properties of the control are hidden when the control is placed into template editing mode.
protected propertyInheritanceAttribute (inherited from ComponentDesigner) Gets an attribute that indicates the type of inheritance of the associated component.
protected propertyInherited (inherited from ComponentDesigner) Gets a value indicating whether this component is inherited.
protected propertyShadowProperties (inherited from ComponentDesigner) Gets a collection of property values that override user settings.
protected propertyTemplatesExist Gets a value that indicates whether templates associated with the designer currently exist.

Protected Methods

protected methodCreatePlaceHolderDesignTimeHtml (inherited from ControlDesigner) Overloaded. Creates a simple HTML section for the control that can be used to display information related to the control at design time when there is not enough information to display a meaningful representation of the control.
protected methodCreateTemplateEditingFrame Overridden. Creates a template editing frame using the specified verb.
protected methodDispose Overloaded. Overridden. Releases the unmanaged resources used by the DataListDesigner and optionally releases the managed resources.
protected methodFinalize (inherited from ComponentDesigner) Overridden. Attempts to free resources by calling Dispose(false) before the object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodGetCachedTemplateEditingVerbs Overridden. Gets the cached template editing verbs available to the designer.
protected methodGetDesignTimeDataSource (inherited from BaseDataListDesigner) Overloaded. Gets a set of sample data that matches the schema of the selected data source.
protected methodGetEmptyDesignTimeHtml Overridden. Gets the HTML used to represent an empty template-based control at design time.
protected methodGetErrorDesignTimeHtml Overridden. Gets the HTML to display at design-time for the specified exception when an error has been encountered while rendering the control.
protected methodGetService (inherited from ComponentDesigner) Attempts to retrieve the specified type of service from the designer's component's design mode site.
protected methodGetTemplateFromText (inherited from TemplatedControlDesigner) Creates a template from the specified text.
protected methodGetTextFromTemplate (inherited from TemplatedControlDesigner) Gets a string of text that represents the specified template.
protected methodInvokeGetInheritanceAttribute (inherited from ComponentDesigner) Gets the InheritanceAttribute of the specified ComponentDesigner.
protected methodInvokePropertyBuilder (inherited from BaseDataListDesigner) Invokes the property builder beginning with the specified page.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
protected methodOnAutoFormat (inherited from BaseDataListDesigner) Represents the method that will handle the AutoFormat event.
protected methodOnBehaviorAttached (inherited from TemplatedControlDesigner) Overridden. Provides an opportunity to perform additional processing when a behavior is attached to the designer.
protected methodOnBehaviorDetaching (inherited from HtmlControlDesigner) Provides an opportunity to perform processing when a behavior is detached from the designer.
protected methodOnBindingsCollectionChanged (inherited from ControlDesigner) Overridden. Called when the data bindings collection changes.
protected methodOnControlResize (inherited from ControlDesigner) Called when the design-time control has been resized.
protected methodOnPropertyBuilder (inherited from BaseDataListDesigner) Represents the method that will handle the property builder event.
protected methodOnStylesChanged (inherited from BaseDataListDesigner) Provides a method that can be overridden to implement functionality that should occur when a style of the control has been changed.
protected methodOnTemplateEditingVerbsChanged Overridden. Provides an opportunity to do processing or other actions when a change has been made to the template editing verbs.
protected methodOnTemplateModeChanged (inherited from TemplatedControlDesigner) Provides an opportunity to perform additional processing when the template mode is changed.
protected methodPostFilterAttributes (inherited from ComponentDesigner) Allows a designer to change or remove items from the set of attributes that it exposes through a TypeDescriptor.
protected methodPostFilterEvents (inherited from ComponentDesigner) Allows a designer to change or remove items from the set of events that it exposes through a TypeDescriptor.
protected methodPostFilterProperties (inherited from ComponentDesigner) Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.
protected methodPreFilterAttributes (inherited from ComponentDesigner) Allows a designer to add to the set of attributes that it exposes through a TypeDescriptor.
protected methodPreFilterEvents (inherited from HtmlControlDesigner) Overridden. Modifies the set of events that the designer exposes through a TypeDescriptor object.
protected methodPreFilterProperties (inherited from BaseDataListDesigner) Overridden. Filters the properties exposed through a TypeDescriptor and replaces the runtime DataSource property descriptor with a design-time data source.
protected methodRaiseComponentChanged (inherited from ComponentDesigner) Notifies the IComponentChangeService that this component has been changed.
protected methodRaiseComponentChanging (inherited from ComponentDesigner) Notifies the IComponentChangeService that this component is about to be changed.
protected methodSaveActiveTemplateEditingFrame (inherited from TemplatedControlDesigner) Saves the active template editing frame.

See Also

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

Show: