C-DEngine 5.105

nmiPlatBag..::..ShowInTable Property

Node side: Does not send the control to client/browser if target view is a table

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

Syntax


public Nullable<bool> ShowInTable { get; set; }
Public Property ShowInTable As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> ShowInTable {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}