ListBoxValidationRole class properties

MaximumSelected property

Gets or sets the maximum number of selected items.

Syntax

public bool AllowNull { get; set; }

Property Value

Type:                    System.Nullable<System.Int32>

Default value:   null

 

MinimumSelected property

Gets or sets the minimum number of selected items.

Syntax

public int? MinimumSelected { get; set; }

Property Value

Type:                    System.Nullable<System.Int32>

Default value:   null