C-DEngine 5.105

nmiPlatBag..::..HideInTable 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> HideInTable { get; set; }
Public Property HideInTable As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> HideInTable {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}