BootstrapComboBoxPropertiesBuilder.IconCssClassField(String) Method
In This Article
Sets the data source field that provides the names of CSS classes that define images for the editor’s items.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder IconCssClassField(
string iconCssClassField
)
#Parameters
Name | Type |
---|---|
icon |
String |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also