Back to Devexpress

BootstrapListEditItem.IconCssClass Property

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

latest1.4 KB
Original Source

BootstrapListEditItem.IconCssClass Property

Gets or sets the CSS class of the icon displayed within the list item.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A String containing the name of a CSS class.

|

See Also

BootstrapListEditItem Class

BootstrapListEditItem Members

DevExpress.Web.Bootstrap Namespace