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.1.dll
NuGet Package: DevExpress.Blazor
Declaration
bool? Stretched { get; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
|
Remarks
Mobile and tablet devices cannot stretch items.
See Also