Skip to main content
A newer version of this page is available. .

IMenuItemInfo.Stretched Property

Specifies whether to stretch a menu item so that it fills all available space in the menu container.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

bool? Stretched { get; }

Property Value

Type Description
Nullable<Boolean>

true to stretch the item; otherwise, false

Remarks

Mobile and tablet devices cannot stretch items.

See Also