Skip to main content

ViewStateVisibility Enum

A set of flags that enumerate app states.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

[Flags]
public enum ViewStateVisibility

Members

Name Description
Default

The app state is specified by the LayoutAwareDecorator.DefaultViewStateVisibility property.

FullScreenLandscape

The current app’s view is in full-screen (has no snapped app adjacent to it), and has changed to landscape orientation.

FullScreenPortrait

The current app’s view is in full-screen (has no snapped app adjacent to it), and has changed to portrait orientation.

Filled

The current app’s view has been reduced to a partial screen view as the result of another app snapping.

Snapped

The current app’s view has been snapped.

FullScreen

Either the FullScreenLandscape or FullScreenPortrait app state.

Unsnapped

Either the FullScreenLandscape, FullScreenPortrait or Filled app state.

Related API Members

The following properties accept/return ViewStateVisibility values:

Remarks

Use the LayoutAwareDecorator.ViewStateVisibility attached property to specify the app state(s) in which an object will be visible when it is wrapped into a LayoutAwareDecorator.

See Also