Back to Devexpress

ASPxCardViewCommandButtonSettings.SelectButton Property

aspnet-devexpress-dot-web-dot-aspxcardviewcommandbuttonsettings-614ef2ac.md

latest2.5 KB
Original Source

ASPxCardViewCommandButtonSettings.SelectButton Property

Gets the Select command button‘s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewCommandButtonSettings SelectButton { get; }
vb
Public ReadOnly Property SelectButton As CardViewCommandButtonSettings

Property Value

TypeDescription
CardViewCommandButtonSettings

A CardViewCommandButtonSettings object that specifies the button’s settings.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to SelectButton
ASP.NET MVC ExtensionsCardViewSettings

.SettingsCommandButton .SelectButton

| | ASP.NET Web Forms Controls | ASPxCardView |

.SettingsCommandButton .SelectButton

|

Remarks

The Select button allows cards to be selected. Use the SelectButton property to specify the button’s image, caption and type. The button’s visibility in a column is specified by the CardViewCommandLayoutItem.ShowSelectButton property.

Set the GridViewCommandColumn.ShowSelectCheckbox property to true to display check boxes that allow selecting/deselecting cards.

See Also

Card View

ShowSelectButton

ASPxCardViewCommandButtonSettings Class

ASPxCardViewCommandButtonSettings Members

DevExpress.Web Namespace