DataGrid.BeginEdit Method

Definition

Overloads

BeginEdit()

Enters editing mode for the current cell and current row (if they're not already in editing mode).

BeginEdit(RoutedEventArgs)

Enters editing mode for the current cell and current row (if they're not already in editing mode).

BeginEdit()

Enters editing mode for the current cell and current row (if they're not already in editing mode).

public bool BeginEdit ();
member this.BeginEdit : unit -> bool
Public Function BeginEdit () As Boolean

Returns

True if operation was successful. False otherwise.

Applies to

BeginEdit(RoutedEventArgs)

Enters editing mode for the current cell and current row (if they're not already in editing mode).

public bool BeginEdit (Windows.UI.Xaml.RoutedEventArgs editingEventArgs);
member this.BeginEdit : Windows.UI.Xaml.RoutedEventArgs -> bool
Public Function BeginEdit (editingEventArgs As RoutedEventArgs) As Boolean

Parameters

editingEventArgs
Windows.UI.Xaml.RoutedEventArgs

Provides information about the user gesture that caused the call to BeginEdit. Can be null.

Returns

True if operation was successful. False otherwise.

Applies to