A newer version of this page is available.
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.v18.2.dll
Declaration
[DefaultValue("")]
public string CssClass { get; set; }
<DefaultValue("")>
Public Property CssClass As String
Property Value
Type | Default | Description |
---|---|---|
String | A string value specifying the name of the associated cascading style sheet class. |
See Also
Feedback