DxLayoutBreakpoint.IsActiveChanged Event
Fires when the breakpoint’s state changes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public EventCallback<bool> IsActiveChanged { get; set; }
Parameters
| Type | Description |
|---|---|
| Boolean | A new value of the IsActive property. |
See Also