BootstrapButtonCssClasses.Icon Property
The CSS class of an icon displayed by the button.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[DefaultValue("")]
public virtual string Icon { get; set; }
<DefaultValue("")>
Public Overridable Property Icon As String
Property Value
Type | Default | Description |
---|---|---|
String | A string specifying the name of a CSS class. |
See Also
Feedback