Skip to main content

LayoutAwareDecorator.ViewStateVisibility Attached Property

In This Article

Gets or sets the app state(s) in which an object will be visible. In other app states, the object will be hidden. This is an attached property.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

#Returns

Type Description
ViewStateVisibility

A ViewStateVisibility value that specifies the app state(s) in which an object will be visible.

See Also