ObjectListField.DataField Property

Definition

Gets or sets the name of the property from which to bind data. The value must be set to ensure data binding. The default value is an empty string (""). This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property System::String ^ DataField { System::String ^ get(); void set(System::String ^ value); };
public string DataField { get; set; }
member this.DataField : string with get, set
Public Property DataField As String

Property Value

The name of the property from which to bind data.

Remarks

The property must be of a primitive type, or of type string, DateTime, Currency, or Decimal.

Applies to

See also