Skip to main content

DxLayoutBreakpoint.MinWidth Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
Nullable<Int32> 0

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

Remarks

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

Run Demo: Grid Layout - Adaptivity

See Also