Skip to main content

BaseEdit.SetIsInLayoutControl(DependencyObject, Boolean) Method

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
dObj DependencyObject
value Boolean
See Also