BootstrapComboBox.IconCssClassField Property
Gets or sets the data source field that provides the names of CSS classes that define images for the editor’s items.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value that specifies the name of the data source field from which the editor obtains CSS class names. |
Remarks
If an editor is data bound (via the AutoCompleteBoxPropertiesBase.DataSourceID or AutoCompleteBoxPropertiesBase.DataSource property), the editor populates its BootstrapComboBox.Items collection by retrieving items from the specified data source and obtaining item characteristics (such item texts, values or displayed images) from specific data fields. Use the IconCssClassField property to specify the data source field from which the item image CSS classes should be obtained.
Note
The IconCssClassField property synchronizes its value with the editor’s BootstrapComboBoxProperties.IconCssClassField property.