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