ASPxVerticalGridExporter.PrintSelectCheckBox Property
Gets or sets whether check boxes (or radio buttons) used to select/deselect records, are printed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Check boxes or radio buttons used to select/deselect records are displayed within a command row if its VerticalGridCommandRow.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