Configurates
C1.Web.Mvc.ComboBoxBase<T>.HeaderPath. Sets the name of a property to use for getting the value displayed in the control's input element.
Syntax
'Declaration
Public Overridable Function HeaderPath( _
ByVal As String _
) As
public virtual HeaderPath(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also