The ListField type exposes the following members.

Properties

  NameDescription
Public propertyDescription
A natural-language description of the field, intended for presentation in a user-agent.
(Inherited from DataField.)
Public propertyLabel
A human-readable name for the field.
(Inherited from DataField.)
Public propertyName
The name of the field.
(Inherited from DataField.)
Public propertyOptions
Gets an enumerable collection of options.
Public propertyRequired
Determines whether the field is required to fill out, or optional.
(Inherited from DataField.)
Public propertyType
The type of the field or null if no type has been specified.
(Inherited from DataField.)
Public propertyValue
The selected value.
Public propertyValues
Returns a collection of the data-field's values.
(Inherited from DataField.)

See Also