ComponentOne FlexGrid for WPF and Silverlight
StartEditing(Boolean) Method

C1.WPF.FlexGrid Namespace > C1FlexGrid Class > StartEditing Method : StartEditing(Boolean) Method
Whether to stay in edit mode when the user presses the cursor keys.
Starts editing the cell that is currently selected.
Syntax
'Declaration
 
Public Overloads Function StartEditing( _
   ByVal fullEdit As System.Boolean _
) As System.Boolean
public System.bool StartEditing( 
   System.bool fullEdit
)

Parameters

fullEdit
Whether to stay in edit mode when the user presses the cursor keys.

Return Value

True if the grid entered edit mode.
Remarks

For more details on the effects of the fullEdit parameter, see the StartEditing(Boolean,Int32,Int32) method.

For more details on advanced editing features such as auto-complete, list selection, and data-mapped columns, see the ColumnValueConverter class.

See Also

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List