C-DEngine 5.105

nmiDashboardTile..::..CategoryLabelClassName Property

Sets the classname for the category of a DashPanelItem

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

Syntax


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