Returns or sets the data member to be used to display list text.
Syntax
object.RowMember [= string]
The RowMember property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
string | Optional. The name of a data member. |
Remarks
The RowMember property is equivalent to the DataMember property, and is used to fully qualify which set of data to bind to. When a data source supplies more than one data member, you must specify which to use before setting the DataField property.