System.Web.UI.Design.WebControls.RepeaterDesigner Members

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

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

Public Constructors

Initializes a new instance of the System.Web.UI.Design.WebControls.RepeaterDesigner class.

Public Properties

DataMemberstring.

Gets or sets the name of a specific table or view in the data source object to bind the System.Web.UI.WebControls.Repeater control to.

DataSourcestring.

A data-binding expression that identifies the source of data for the associated System.Web.UI.WebControls.Repeater control.

Protected Properties

[read-only]
TemplatesExistbool.

Gets a value indicating whether the associated control has any templates defined.

Public Methods

override
GetDesignTimeHtml() : string

Retrieves the HTML markup to be used for the design-time representation of the control.

GetResolvedSelectedDataSource() : IEnumerable

Gets the selected data member from the selected data source.

GetSelectedDataSource() : object

Retrieves the selected data source component from the container of the associated System.Web.UI.WebControls.Repeater control.

override
Initialize(System.ComponentModel.IComponent)

Initializes the designer with the provided System.Web.UI.WebControls.Repeater control.

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

Called when the associated control changes.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources used by the System.Web.UI.Design.WebControls.RepeaterDesigner object and optionally releases the managed resources.

GetDesignTimeDataSource(int) : IEnumerable

Returns design-time sample data based on the RepeaterDesigner.GetResolvedSelectedDataSource method and using the specified number of rows.

GetDesignTimeDataSource(IEnumerable, int) : IEnumerable

Returns design-time sample data based on the provided data and using the specified number of rows.

override
GetEmptyDesignTimeHtml() : string

Retrieves the HTML markup to represent a Web server control at design time that will have no visual representation at run time.

override
GetErrorDesignTimeHtml(Exception) : string

Retrieves the HTML markup that provides information about the specified exception.

OnDataSourceChanged()

Handles changes made to the data source

override
PreFilterProperties(IDictionary)

Filters the properties to replace the runtime data source property descriptor with the designer's property descriptor.