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

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.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

See Also