Gets or sets a value indicating whether the target is expanded when the content is added
as child.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool ExpandTargetRowAfterDropping { get; set; } |
Visual Basic |
---|
Public Property ExpandTargetRowAfterDropping As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool ExpandTargetRowAfterDropping {
bool get ();
void set (bool value);
} |
F# |
---|
member ExpandTargetRowAfterDropping : bool with get, set
|
Property Value
Type:
Booleantrue if the target is expanded; otherwise,
false.
See Also