TIWCGJQGridOptionRowDataPosition Enumeration

Represents type TIWCGJQGridOptionRowDataPosition.

Namespace: IWCGJQGrid
type
 TIWCGJQGridOptionRowDataPosition = (rdpFirst,rdpLast,rdpBefore,rdpAfter);

The TIWCGJQGridOptionRowDataPosition type exposes the following members.

Show:
 NameDescription
rdpAfter

Represents constant rdpAfter.

rdpBefore

Represents constant rdpBefore.

rdpFirst

Represents constant rdpFirst.

rdpLast

Represents constant rdpLast.

Top