C-DEngine 5.105

nmiPlatBag..::..ShowAdd Property

Does not show the Add Button in Tables

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

Syntax


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