Skip to main content
All docs
V25.1
  • DxSplitterPane.CollapsedChanged Event

    Fires after a pane is expanded or collapsed.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [Parameter]
    public EventCallback<bool> CollapsedChanged { get; set; }

    Parameters

    Type Description
    Boolean

    true if the pane is collapsed; false if the pane is expanded.

    Remarks

    When the AllowCollapse property is set to true, users can expand and collapse the pane. Handle the CollapsedChanged event to respond to the Collapsed property change.

    See Also