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