QueryableFilterUserControl.PopulateListControl(ListControl) Method

Definition

Populates a list control with all the foreign-key elements or Boolean elements in the table.

public:
 void PopulateListControl(System::Web::UI::WebControls::ListControl ^ listControl);
public void PopulateListControl (System.Web.UI.WebControls.ListControl listControl);
member this.PopulateListControl : System.Web.UI.WebControls.ListControl -> unit
Public Sub PopulateListControl (listControl As ListControl)

Parameters

listControl
ListControl

A list control.

Remarks

Foreign-key columns are populated with elements from the foreign-key table. Boolean columns are populated with "All", "True", and "False".

Applies to