Gets or sets a value indicating that after inserting the target row should remain in the visible area of the grid.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool EnsureVisibleDroppingRow { get; set; } |
Visual Basic |
---|
Public Property EnsureVisibleDroppingRow As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool EnsureVisibleDroppingRow {
bool get ();
void set (bool value);
} |
F# |
---|
member EnsureVisibleDroppingRow : bool with get, set
|
Property Value
Type:
Booleantrue if the target row should remain in the visible area of the grid; otherwise,
false.
See Also