Property DisplayedInputs
DisplayedInputs
Gets or sets the number of displayed inputs.
public int DisplayedInputs { get; set; }
Property Value
- int
The number of displayed inputs.
Exceptions
- ArgumentOutOfRangeException
The value of a set operation is not in the range [1, MaxInputs].