LayoutAwareDecorator.GetViewStateVisibility(DependencyObject) Method
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
Parameters
Name | Type | Description |
---|---|---|
dObj | DependencyObject | An object whose value of the LayoutAwareDecorator.ViewStateVisibility property is to be returned. |
Returns
Type | Description |
---|---|
ViewStateVisibility | The value of the LayoutAwareDecorator.ViewStateVisibility property for a specific object. |
See Also