Back to Devexpress

BootstrapFABAction.IconCssClass Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapfabaction.md

latest1.4 KB
Original Source

BootstrapFABAction.IconCssClass Property

Specifies the CSS class of the icon displayed for an Action object.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the name of the CSS class.

|

Remarks

See Also

BootstrapFABAction Class

BootstrapFABAction Members

DevExpress.Web.Bootstrap Namespace