KaxMenuItemGroupSettingsWidth Property |
Gets or sets a value indicating the width of child menu items (the whole item
group).
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Unit Width { get; set; }
Public Property Width As Unit
Get
Set
public:
property Unit Width {
Unit get ();
void set (Unit value);
}
member Width : Unit with get, set
Property Value
Type:
Unit
A
Unit that represents the width of the child item group. The
default value is
Unit.Empty.
Remarks
If the total width of menu items exceeds the Width property
scrolling will be applied.
See Also