Indicates if paging is enabled in the module.

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

Syntax

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

Property Value

Type: Boolean

See Also