Back to Devexpress

FABCollectionItemBase.CssClass Property

aspnet-devexpress-dot-web-dot-fabcollectionitembase-76d97e39.md

latest1.2 KB
Original Source

FABCollectionItemBase.CssClass Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string CssClass { get; set; }
vb
<DefaultValue("")>
Public Property CssClass As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

See Also

FABCollectionItemBase Class

FABCollectionItemBase Members

DevExpress.Web Namespace