Proprietà DedGridControlEnableCopyWithDragDrop
|
Indica se trascinando la cella il valore al suo interno deve essere copiato anche nelle altre celle (come in Excel).
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 28.1.0-RC6
Sintassipublic bool EnableCopyWithDragDrop { get; set; }Public Property EnableCopyWithDragDrop As Boolean
Get
Set
public:
property bool EnableCopyWithDragDrop {
bool get ();
void set (bool value);
}member EnableCopyWithDragDrop : bool with get, set
Valore della proprietà
Boolean
Vedi anche