Skip to main content
A newer version of this page is available. .
Tab

GridCommandButtonSettings.Styles Property

Gets the command button’s style.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

public ButtonControlStyles Styles { get; }

Property Value

Type Description
ButtonControlStyles

An ButtonControlStyles object that contains button style settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Styles
ASP.NET Controls and MVC Extensions ASPxCardViewCommandButtonSettings
ASPxGridViewCommandButtonSettings
ASPxVerticalGridCommandButtonSettings
ASP.NET Bootstrap Controls BootstrapCardViewCommandButtonsSettings
BootstrapCardViewCommandButtonsSettings
BootstrapGridViewCommandButtonsSettings
BootstrapGridViewCommandButtonsSettings
See Also