This documentation is archived and is not being maintained.
<Field> Element (.NET Framework Developer's Guide )
Visual Studio 2005
Represents a field of an ObjectList ASP.NET mobile control. An ObjectListField object can be declared as a <Field> element within the declaration of an ObjectList control.
<Field Name="uniqueName" DataField="value" DataFormatString="formatString" Title="titleText" Visible="[True | False]" />
| Property | Description |
|---|---|
| Sets or returns the name of the property from which to bind data. The default value is an empty string (""). | |
| Sets or returns the formatting string to use to format the data value. The default value is an empty string (""). | |
| Sets or returns a name for the field. The default value is an empty string (""). | |
| Sets or returns the title used to identify the field. The default value is an empty string (""). | |
| Sets or returns true if the field is rendered. The default value is true. |
Show: