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