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
See GetViewStateVisibility(DependencyObject) and SetViewStateVisibility(DependencyObject, ViewStateVisibility).
#Returns
Type | Description |
---|---|
View |
A View |
See Also