BootstrapComboBoxPropertiesBuilder.TextField(String) Method
In This Article
Sets the data source field that provides display texts for the editor’s items.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder TextField(
string textField
)
#Parameters
Name | Type |
---|---|
text |
String |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also