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