Skip to main content
All docs
V26.1
  • BootstrapFABAction.IconCssClass Property

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

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v26.1.dll

    Declaration

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

    Property Value

    Type Default Description
    String String.Empty

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

    Remarks

    BootstrapFAB_Action

    See Also