Gets or sets the maximum height of the header displayed in the EntityListViewBase control. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
[TypeConverterAttribute(typeof(LengthConverter))]
public double MaxHeaderHeight { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
<TypeConverterAttribute(GetType(LengthConverter))> _
Public Property MaxHeaderHeight As Double

See Also