Click or drag to resize
ListBoxButtonSettingsAreaWidth Property
Gets or sets the width 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 AreaWidth { get; set; }

Property Value

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