Gets or sets a value indicating whether the groups, inserting to
Grid are initially expanded.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool ExpandGroups { get; set; } |
Visual Basic |
---|
Public Property ExpandGroups As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool ExpandGroups {
bool get ();
void set (bool value);
} |
F# |
---|
member ExpandGroups : bool with get, set
|
Property Value
Type:
Booleantrue if the groups of the
Grid are initially expanded; otherwise,
false.
See Also