Back to Devexpress

BootstrapFABActionGroup.ExpandIconCssClass Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapfabactiongroup-62029b12.md

latest1.3 KB
Original Source

BootstrapFABActionGroup.ExpandIconCssClass Property

Specifies the CSS class of the expand icon displayed for an Action Group.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

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

|

See Also

BootstrapFABActionGroup Class

BootstrapFABActionGroup Members

DevExpress.Web.Bootstrap Namespace