Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

RibbonItemBase.CssClass Property

Gets or sets the name of the cascading style sheet (CSS) class associated with the ribbon item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value specifying the name of the associated cascading style sheet class.

See Also