Skip to main content

FloatingContainer.UpdateAutoSize(Action, Action) Method

For internal use.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public void UpdateAutoSize(
    Action restoreSizeHandler,
    Action allowResizingHandler
)

Parameters

Name Type
restoreSizeHandler Action
allowResizingHandler Action
See Also