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

The members of System.Web.UI.Design.WebControls.BaseDataListDesigner are listed below.

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

Public Constructors

Public Properties

DataKeyFieldstring.

Gets or sets the value of the data key field of the associated control.

DataMemberstring.

Gets or sets the value of the data member field of the associated control.

DataSourcestring.

Gets or sets the value of the data source property of the associated control.

[read-only]
override
DesignTimeHtmlRequiresLoadCompletebool. Documentation for this section has not yet been entered.
[read-only]
override
VerbsSystem.ComponentModel.Design.DesignerVerbCollection. Documentation for this section has not yet been entered.

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.