Configurates
C1.Web.Mvc.ComboBoxBase<T>.IsContentHtml. Sets a value indicating whether the drop-down list displays items as plain text or as HTML.
Syntax
'Declaration
Public Overridable Function IsContentHtml( _
ByVal As Boolean _
) As
public virtual IsContentHtml(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also