C-DEngine 5.105

nmiCtrlSingleEnded..::..Format Property

Formats the display of the SmartLabel used in a Table - Format has not effect in Forms

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

Syntax


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