Gets or sets a value indicating whether
GridControl should expand newly added row.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public bool ExpandNewlyAddedRow { get; set; } |
Visual Basic |
---|
Public Property ExpandNewlyAddedRow As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool ExpandNewlyAddedRow {
bool get ();
void set (bool value);
} |
F# |
---|
member ExpandNewlyAddedRow : bool with get, set
|
Property Value
Type:
Booleantrue if
GridControl should expand newly added row; otherwise,
false.
See Also