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

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

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

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.