Visibility of the upload button. When used in complex scenarios the upload button is sometimes not whoen and used, as the upload is performed on the main "Submit" button.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool ShowUploadButton { get; set; }
Visual Basic
Public Property ShowUploadButton As Boolean
	Get
	Set
Visual C++
public:
property bool ShowUploadButton {
	bool get ();
	void set (bool value);
}
F#
member ShowUploadButton : bool with get, set

Property Value

Type: Boolean

See Also