DxLayoutBreakpoint.MinWidth Property
Specifies the minimum width of a device screen when the breakpoint is activated.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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" .../>
See Also