Gets the data item.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public AttachmentItem DataItem { get; } |
Visual Basic |
---|
Public ReadOnly Property DataItem As AttachmentItem Get |
Visual C++ |
---|
public: property AttachmentItem^ DataItem { AttachmentItem^ get (); } |