Variable NumberEditItem._maxValue

class NumberEditItem
{
  // ...
  int _maxValue;
  // ...
}