Gets or sets if news module should show all items, regardless of wheter they are expired or not.

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

Syntax

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

Property Value

Type: Boolean

See Also