Skip to main content

IField.LowerBound property

Namespace: NextDesign.Core

Description

Lower bound

int LowerBound { get; set; }

Type

  • int

Exceptions

NameException classDescription
Invalid rangeExtensionOutOfRangeExceptionWhen a negative number or a value greater than UpperBound is specified
Invalid operationExtensionInvalidOperationExceptionWhen the field type is a primitive type (integer, real number, boolean, string, rich text) or an enumeration type