Skip to main content
Tab

ASPxCardViewExportSettings.PrintSelectCheckBox Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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 cards; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintSelectCheckBox
ASPxCardView
.SettingsExport .PrintSelectCheckBox

Remarks

Check boxes or radio buttons used to select/deselect cards are displayed if its CardViewCommandLayoutItem.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