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.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
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. |
See Also