Defines whether it is possible to enter edit mode by double clicking a record.
Remarks
Property specifies if control can go into edit mode when user double clicks the desired record. This method of accessing edit mode can also be used if Edit navigation button is disabled or missing.
If property is set to True, user starts editing the selected record by simply double clicking the record he wants to edit.
If property is set to False, double click cannot be used to enter edit mode. To enter edit mode user must avail Edit navigation button.
The default value for this property is True.
Example (MxSpace)
To see the defined EditOnDoubleClick property on a control (GridEdit) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click WorkOrderManagePart.cs. Click the GridEdit control for displaying work orders and open Property Window. See the value True defined in EditOnDoubleClick property.
To define EditOnDoubleClick property
- In Solution Explorer open MxPart component (WorkOrderManagePart) which contains the control (GridEdit).
- Select the desired control (GridEdit) on the canvas.
- Open Property Window.
- In section GridProperties in EditOnDoubleClick property select the desired value (True).
MxPart
Grid Navigation