Gets the data item.

Namespace:  CuteEditor
Assembly:  CuteEditor (in CuteEditor.dll) Version: 6.6.0.0

Syntax

C#
public AttachmentItem DataItem { get; }
Visual Basic (Declaration)
Public ReadOnly Property DataItem As AttachmentItem
Visual C++
public:
property AttachmentItem^ DataItem {
	AttachmentItem^ get ();
}

Field Value

The data item.

See Also