Configurates
C1.Web.Mvc.ComboBoxBase<T>.DisplayMemberPath. Sets the name of the property to use as the visual representation of the items.
Syntax
'Declaration
Public Function DisplayMemberPath( _
ByVal As String _
) As
public DisplayMemberPath(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also