Skip to main content
A newer version of this page is available. .

DataLayoutItem.GetUnderlyingObject(DependencyObject) Method

Returns the current value of a property to which the specific DataLayoutItem is bound.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v19.1.dll

Declaration

public static object GetUnderlyingObject(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

A DataLayoutItem for which the current property value is to be returned.

Returns

Type Description
Object

An Object that is the current value of a property to which the specific DataLayoutItem is bound.

Remarks

See the DataLayoutItem.UnderlyingObject property to learn more.

See Also