C-DEngine 5.105

TheNMIBaseControl..::..DataItem Property

Use with caution! Overwriting this can cause unexpected behavior. Only use for Special TileButton Cases: CDE_DELETE (adds a delete/Save button to a table), CDE_DETAILS (allows to switch a table to form view and back)

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string DataItem { get; set; }
Public Property DataItem As String
	Get
	Set
public:
property String^ DataItem {
	String^ get ();
	void set (String^ value);
}