Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
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