Skip to main content
Tab

CardViewCommandLayoutItem.ShowSelectButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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