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: 27.1.0
Sintassi public 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à
BooleanVedi anche