Gets or sets the minimum height of the header displayed in the EntityListViewBase control.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)
Syntax
| C# |
|---|
[BindableAttribute(true)] [TypeConverterAttribute(typeof(LengthConverter))] public double MinHeaderHeight { get; set; } |
| Visual Basic (Declaration) |
|---|
<BindableAttribute(True)> _ <TypeConverterAttribute(GetType(LengthConverter))> _ Public Property MinHeaderHeight As Double |