BaseEdit.SetIsInLayoutControl(DependencyObject, Boolean) Method
In This Article
This property supports the internal infrastructure and is not intended to be used directly from your code.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public static void SetIsInLayoutControl(
DependencyObject dObj,
bool value
)
#Parameters
Name | Type |
---|---|
d |
Dependency |
value | Boolean |
See Also