System.Web.UI.Design.WebControls.BaseDataListDesigner: Method Members

The methods of System.Web.UI.Design.WebControls.BaseDataListDesigner are listed below. For a list of all members, see the BaseDataListDesigner Members list.

See Also: Inherited members from System.Web.UI.Design.TemplatedControlDesigner

Public Methods

GetResolvedSelectedDataSource() : IEnumerable

Gets the data source component from the associated control container, resolved to a specific data member.

GetSelectedDataSource() : object

Gets the data source component from the associated control container.

override
GetTemplateContainerDataSource(string) : IEnumerable

Gets the data source of the template's container.

override
Initialize(System.ComponentModel.IComponent)

Prepares the designer to view, edit, and design the associated control.

override
OnComponentChanged(object, System.ComponentModel.Design.ComponentChangedEventArgs)

Called when there is a change to the associated control.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources that are used by the designer and optionally releases the managed resources.

GetDesignTimeDataSource(int, out bool) : IEnumerable
Documentation for this section has not yet been entered.
GetDesignTimeDataSource(IEnumerable, int, out bool) : IEnumerable
Documentation for this section has not yet been entered.
InvokePropertyBuilder(int)

Invokes a component editor for the associated control.

OnAutoFormat(object, EventArgs)

Handles the AutoFormat event.

OnDataSourceChanged()

Called when the data source for the associated control has changed.

OnPropertyBuilder(object, EventArgs)

Represents the method that handles the property-builder event.

OnStylesChanged()

Can be overridden to implement functionality that should occur when a style of the associated control has changed.

abstract
OnTemplateEditingVerbsChanged()

Can be overridden to implement functionality that should occur when the designer template-editing verbs have changed.

override
PreFilterProperties(IDictionary)

Used by the designer to remove properties from or add additional properties to the display in the Properties grid or to shadow properties of the associated control.