Enum GridCountRecordsBehavior
Later ... Defines information related to printing. This class will change in future versions.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridCountRecordsBehavior
Fields
| Name | Description |
|---|---|
| CountAlways | Count records for both printing and print preview before printing. |
| CountNever | Lets the record count grow while printing. |
| CountPrint | Count records only for printing but not for print preview (default). |