C-DEngine 5.105

nmiCtrlTableView..::..TableClassName Property

Style class for the TABLE (Default is "CMyTable")

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

Syntax


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