LayoutAwareDecorator.GetViewStateVisibility(DependencyObject) Method
In This Article
Gets 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 ViewStateVisibility GetViewStateVisibility(
DependencyObject dObj
)
#Parameters
Name | Type | Description |
---|---|---|
d |
Dependency |
An object whose value of the Layout |
#Returns
Type | Description |
---|---|
View |
The value of the Layout |
See Also