ObjectListFieldCollection.Remove(ObjectListField) Method

Definition

Removes the specified field. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 void Remove(System::Web::UI::MobileControls::ObjectListField ^ field);
public void Remove (System.Web.UI.MobileControls.ObjectListField field);
member this.Remove : System.Web.UI.MobileControls.ObjectListField -> unit
Public Sub Remove (field As ObjectListField)

Parameters

field
ObjectListField

The field to remove.

Remarks

Not available in the IObjectListFieldCollection interface.

Removing a field from the fields of an object list changes the data-binding behavior of the control, and requires you to bind data to the control again.

Applies to

See also