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.v18.2.dll

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 Bootstrap Controls BootstrapCardViewCommandButtonsSettings
BootstrapGridViewCommandButtonsSettings
ASP.NET Web Forms Controls ASPxCardViewCommandButtonSettings
ASPxGridViewCommandButtonSettings
ASPxVerticalGridCommandButtonSettings
See Also