Skip to main content

BootstrapCardViewCommandButtonSettings.CssClass Property

Provides access to CSS classes applied to visual elements of a command button.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
String String.Empty

A String containing the name of a CSS class.

Property Paths

You can access this nested property as listed below:

Object Type Path to CssClass
BootstrapCardViewCommandButtonsSettings
.CancelButton .CssClass
BootstrapCardViewCommandButtonsSettings
.DeleteButton .CssClass
BootstrapCardViewCommandButtonsSettings
.EditButton .CssClass
BootstrapCardViewCommandButtonsSettings
.NewButton .CssClass
BootstrapCardViewCommandButtonsSettings
.RecoverButton .CssClass
BootstrapCardViewCommandButtonsSettings
.SelectButton .CssClass
BootstrapCardViewCommandButtonsSettings
.UpdateButton .CssClass
BootstrapCardViewCommandButtonsSettings
See Also