Gets or sets the maximum number of checkboxes allowed to be checked.

Namespace: System.Extensions.Web.UI.WebControls
Assembly: System.Web.Extensions2 (in System.Web.Extensions2.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Property Value

Type: Nullable<(Of <(<'Int32>)>)>

See Also