Skip to main content

BootstrapMenuBase.IconCssClassField Property

Gets or sets the data source field that provides names of CSS classes that define images displayed by the menu items.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("")]
public string IconCssClassField { get; set; }

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.

See Also