LayoutAwareDecorator.SetViewStateVisibility(DependencyObject, ViewStateVisibility) Method
In This Article
Sets the value of the LayoutAwareDecorator.ViewStateVisibility attached property for a specific object.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public static void SetViewStateVisibility(
DependencyObject dObj,
ViewStateVisibility value
)
#Parameters
Name | Type | Description |
---|---|---|
d |
Dependency |
An object whose Layout |
value | View |
A new value of the Layout |
See Also