TIWCGJQGridColGetDataMethod Enumeration

Represents type TIWCGJQGridColGetDataMethod.

Namespace: IWCGJQGrid
type
 TIWCGJQGridColGetDataMethod = (cgdmPerRow,cgdmLoadCompleted);

The TIWCGJQGridColGetDataMethod type exposes the following members.

Show:
 NameDescription
cgdmLoadCompleted

Represents constant cgdmLoadCompleted.

cgdmPerRow

Represents constant cgdmPerRow.

Top