[]
        
(Showing Draft Content)

C1.WPF.Grid.FlexGrid.PasteAsync

PasteAsync Method

PasteAsync(bool)

Pastes the content of the clipboard to the grid.

Declaration
public virtual Task PasteAsync(bool commitChanges = false)
Parameters
Type Name Description
bool commitChanges

When it is true, the changes will be committed automatically.

Returns
Type Description
Task