Gets the underlying data object if exists.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
Object DataObject { get; } |
Visual Basic |
---|
ReadOnly Property DataObject As Object Get |
Visual C++ |
---|
property Object^ DataObject { Object^ get (); } |
F# |
---|
abstract DataObject : Object with get |
Property Value
Type: ObjectThe underlying data object.