Back to Devexpress

VerticalGridCommandRow.ShowSelectButton Property

aspnet-devexpress-dot-web-dot-verticalgridcommandrow-6739feb0.md

latest1.6 KB
Original Source

VerticalGridCommandRow.ShowSelectButton Property

Specifies whether the Select command button is displayed in the command row.

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.

|

Remarks

Use the ShowSelectButton property to specify whether the Select button is visible in the command row. The button settings can be customized using the ASPxVerticalGridCommandButtonSettings.SelectButton property.

See Also

Vertical Grid

VerticalGridCommandRow Class

VerticalGridCommandRow Members

DevExpress.Web Namespace