BCFieldPathDefinitionDragDropAllowed Property |
Gets or sets a value indicating whether dragging and dropping of folders
is allowed in the Field-Path definition.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public bool DragDropAllowed { get; set; }
Public Property DragDropAllowed As Boolean
Get
Set
public:
property bool DragDropAllowed {
bool get ();
void set (bool value);
}
member DragDropAllowed : bool with get, set
Property Value
Type:
BooleanSee Also