Gets or sets the default height of the group row.
            
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
 Syntax
Syntax
| C# | 
|---|
| public double GroupRowDefaultHeight { get; set; } | 
| Visual Basic | 
|---|
| Public Property GroupRowDefaultHeight As Double
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property double GroupRowDefaultHeight {
	double get ();
	void set (double value);
} | 
| F# | 
|---|
| member GroupRowDefaultHeight : float with get, set
 | 
Property Value
Type: 
DoubleThe default height of the group row.
 See Also
See Also