ObjectListFieldCollection.Remove(ObjectListField) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.