C-DEngine 5.105

nmiCtrlTableView..::..TemplateID Property

Points at the Form used as the Template to edit rows in this table

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

Syntax


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