LayoutAwareDecorator.ViewStateVisibility Attached Property
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 |
---|---|
ViewStateVisibility | A ViewStateVisibility value that specifies the app state(s) in which an object will be visible. |
See Also