C-DEngine 5.105

nmiCtrlFormView..::..SideBarIconFA Property

Sets a valid Font-Awesome icon for the sidebar

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

Syntax


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