Begins the edit cell.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public bool BeginEdit()
Visual Basic
Public Function BeginEdit As Boolean
Visual C++
public:
bool BeginEdit()
F#
member BeginEdit : unit -> bool 

Return Value

Type: Boolean
true if the cell is been successfully edited, false otherwise.

See Also