BootstrapRibbonGalleryItem.ImageCssClass Property
OBSOLETE
Use the IconCssClass property instead
This API is obsolete now.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[Browsable(false)]
[DefaultValue("")]
[Obsolete("Use the IconCssClass property instead")]
public string ImageCssClass { get; set; }
Property Value
Type | Default |
---|---|
String | String.Empty |
See Also