Back to Devexpress

DxLayoutBreakpoint.MaxWidth Property

blazor-devexpress-dot-blazor-dot-dxlayoutbreakpoint-c9ffbee6.md

latest1.1 KB
Original Source

DxLayoutBreakpoint.MaxWidth Property

Specifies the maximum width of a device screen when the breakpoint is activated.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(0)]
[Parameter]
public int? MaxWidth { get; set; }

Property Value

TypeDefaultDescription
Nullable<Int32>0

A value that specifies the maximum width of a device screen (in pixels).

|

Remarks

razor
<DxLayoutBreakpoint MinWidth="200" MaxWidth="600" .../>

Run Demo: Grid Layout - Adaptivity

See Also

DxLayoutBreakpoint Class

DxLayoutBreakpoint Members

DevExpress.Blazor Namespace