Skip to main content
A newer version of this page is available. .

BootstrapRibbonGalleryItem.ImageCssClass Property

OBSOLETE

Use the IconCssClass property instead

This API is obsolete now.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue("")]
[Browsable(false)]
[Obsolete("Use the IconCssClass property instead")]
public string ImageCssClass { get; set; }

Property Value

Type Default
String String.Empty
See Also