Back to Devexpress

BootstrapMenuBase.IconCssClassField Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapmenubase-197416a7.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DefaultValue("")]
public string IconCssClassField { get; set; }
vb
<DefaultValue("")>
Public Property IconCssClassField As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the name of the data source field from which the editor obtains CSS class names.

|

See Also

BootstrapMenuBase Class

BootstrapMenuBase Members

DevExpress.Web.Bootstrap Namespace