ListBoxButtonSettingsAreaWidth Property |
Gets or sets the width of the button area.
Namespace: Kettic.AspNet.ControlsAssembly: 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; }
<TypeConverterAttribute(GetType(UnitConverter))>
Public Property AreaWidth As Unit
Get
Set
public:
[TypeConverterAttribute(typeof(UnitConverter))]
property Unit AreaWidth {
Unit get ();
void set (Unit value);
}
[<TypeConverterAttribute(typeof(UnitConverter))>]
member AreaWidth : Unit with get, set
Property Value
Type:
UnitThe 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