Skip to main content

SuspensionManager.SessionStateForFrame(Frame) Method

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public static Dictionary<string, object> SessionStateForFrame(
    Frame frame
)

Parameters

Name Type
frame Windows.UI.Xaml.Controls.Frame

Returns

Type
Dictionary<String, Object>
See Also