APNSoft Controls [4.5.2.20] - API Reference
GridEditForm.PositionValues Enumeration

Values for the properties: PositionInsert and PositionUpdate.

[Visual Basic]
Public Enum GridEditForm.PositionValues
[C#]
public enum GridEditForm.PositionValues

Members

Member NameDescription
CenterOfScreen The Edit Form is positioned in the center of the screen.
BelowTheRow The Edit Form is positioned below the current row. Used for the PositionUpdate property only.
TopLeftCornerOfGrid The Edit Form is positioned at the top left corner of the DataGrid.
TopLeftCornerOfScreen The Edit Form is positioned at the top left corner of the screen.
CenterOfGrid The Edit Form is positioned in the center of the DataGrid.

Requirements

Namespace: APNSoft.WebControls

Assembly: APNSoftControls (in APNSoftControls.dll)

See Also

APNSoft.WebControls Namespace