Maximum number of users to show in the dropdown.

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

Syntax

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

Property Value

Type: Int32

See Also