Skip to main content

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.v23.2.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