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

ASPxGridViewExporter.PrintSelectCheckBox Property

Gets or sets whether check boxes (or radio buttons) used to select/deselect data rows, are printed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to print check boxes (or radio buttons) used to select/deselect data rows; otherwise, false.

Remarks

Check boxes or radio buttons used to select/deselect data rows are displayed within a command column if its GridViewCommandColumn.ShowSelectCheckbox option is enabled. By default, they are not printed. To print them, or include them in the exported document, enable the PrintSelectCheckBox option.

See Also