GridDesktop.PasteType

GridDesktop.PasteType property

Indicates which paste type when do paste action,only available when EnableClipboardCopyPaste is false .the default value is GridPasteType.Default;

public GridPasteType PasteType { get; set; }

See Also