DxSplitterPane.SizeChanged Event
Fires when a pane’s size changes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public EventCallback<string> SizeChanged { get; set; }
Parameters
Type | Description |
---|---|
String | A new value of the Size property. |
Remarks
When the AllowResize property is set to true
, users can resize the pane. Handle the SizeChanged
event to respond to the Size property change.
See Also