Click or drag to resize
ListBoxButtonSettingsAreaHeight Property
Gets or sets the height of the button area.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(UnitConverter))]
public Unit AreaHeight { get; set; }

Property Value

Type: Unit
The height of the area. The default value is 30px
Remarks
The AreaWidth property is taken into consideration only if the Position property is set to Top or Bottom. If not the button area is as tall as the listbox control.
See Also