Skip to main content
All docs
V19.2
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.2.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