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

CardViewCommandLayoutItem.ShowSelectButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public bool ShowSelectButton { get; set; }

Property Value

Type Default Description
Boolean **false**

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

See Also