[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.HeaderPath

HeaderPath Method

HeaderPath(string)

Configurates HeaderPath. Sets the name of a property to use for getting the value displayed in the control's input element.

Declaration
public virtual TBuilder HeaderPath(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

The default value for this property is null, which causes the control to display the same content in the input element as in the selected item of the drop-down list. Use this property if you want to de-couple the value shown in the input element from the values shown in the drop-down list. For example, the input element could show an item's name and the drop-down list could show additional detail.