MVCxCardViewExportSettings.PrintSelectCheckBox Property
Gets or sets whether check boxes (or radio buttons) used to select/deselect data cards are printed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, to print check boxes (or radio buttons) used to select/deselect data cards; otherwise, false. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to PrintSelectCheckBox |
|---|---|
| CardViewSettings |
|
Remarks
By default, check boxes or radio buttons used to select/deselect data cards are not printed. To print them, or include them in the exported document, enable the PrintSelectCheckBox option.
See Also