Back to Devexpress

VerticalGridCommandRow.ShowSelectCheckbox Property

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

latest1.4 KB
Original Source

VerticalGridCommandRow.ShowSelectCheckbox Property

Gets or sets whether an editor (a check box or radio button) used to select/deselect records is shown.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true, to show the check box or radio button within command row cells; otherwise, false.

|

See Also

SelectButton

Selection

Vertical Grid

VerticalGridCommandRow Class

VerticalGridCommandRow Members

DevExpress.Web Namespace