Skip to main content

BaseEdit.GetIsInLayoutControl(DependencyObject) 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 bool GetIsInLayoutControl(
    DependencyObject dObj
)

Parameters

Name Type
dObj DependencyObject

Returns

Type
Boolean
See Also