Gets or sets a value indicating whether GridControl should expand newly created group.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public bool ExpandNewlyAddedGroup { get; set; }
Visual Basic
Public Property ExpandNewlyAddedGroup As Boolean
	Get
	Set
Visual C++
public:
property bool ExpandNewlyAddedGroup {
	bool get ();
	void set (bool value);
}
F#
member ExpandNewlyAddedGroup : bool with get, set

Property Value

Type: Boolean
true if GridControl should expand newly created group; otherwise, false.

See Also