Prado\Web\UI\WebControls\TRangeValidator::getDataType PHP Method

getDataType() public method

public getDataType ( ) : TRangeValidationDataType
return TRangeValidationDataType the data type that the values being compared are converted to before the comparison is made. Defaults to TRangeValidationDataType::String.
    public function getDataType()
    {
        return $this->getViewState('DataType', TRangeValidationDataType::String);
    }