Back to Devexpress

CardViewCommandLayoutItem.ShowSelectButton Property

aspnet-devexpress-dot-web-dot-cardviewcommandlayoutitem-09ca8e18.md

latest1.2 KB
Original Source

CardViewCommandLayoutItem.ShowSelectButton Property

Specifies whether the Select command item is displayed in the command layout item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ShowSelectButton { get; set; }
vb
<DefaultValue(False)>
Public Property ShowSelectButton As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, if the button is visible; otherwise, false.

|

See Also

CardViewCommandLayoutItem Class

CardViewCommandLayoutItem Members

DevExpress.Web Namespace