ObjectList.AllFields Property
.NET Framework 3.0
Returns the collection of all fields from the ObjectList class, whether explicit or automatically generated. The default value is the collection of automatically generated fields.
Namespace: System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in system.web.mobile.dll)
Assembly: System.Web.Mobile (in system.web.mobile.dll)
[BindableAttribute(false)] public: property IObjectListFieldCollection^ AllFields { IObjectListFieldCollection^ get (); }
/** @property */ public IObjectListFieldCollection get_AllFields ()
public function get AllFields () : IObjectListFieldCollection
Not applicable.
Property Value
An IObjectListFieldCollection object containing all fields in the ObjectList.This collection is available only after data binding. Unlike the Fields collection, you cannot add or remove items in this collection. By default, this collection is the set of automatically generated fields. If any fields are explicitly defined, they are contained after any automatically generated fields.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: